Revue déclaration attributs classe principale.
This commit is contained in:
parent
f306beafe6
commit
82a2ef3f69
@ -18,10 +18,6 @@ export class FreeDatas2HTML
|
||||
|
||||
// L'url où accéder aux données :
|
||||
private _datasSourceUrl: string = "";
|
||||
|
||||
// Les fonctions spécifiques de classement pour certains champs :
|
||||
private _datasSortingFunctions: SortingFunctions[] = [];
|
||||
|
||||
// Le nom des champs (interfaces à renommer, car PapaParse = cas particulier) :
|
||||
public parseMetas: PapaParseMeta|undefined = undefined;
|
||||
// Les données à proprement parler :
|
||||
@ -31,14 +27,14 @@ export class FreeDatas2HTML
|
||||
// Doit-on tout arrêter si une erreur est rencontrée durant la parsage ?
|
||||
public stopIfParseErrors: boolean = false;
|
||||
|
||||
// Les fonctions spécifiques de classement pour certains champs :
|
||||
private _datasSortingFunctions: SortingFunctions[] = [];
|
||||
// Les filtres possible sur certains champs
|
||||
datasSelectors: Selectors[] = [];
|
||||
|
||||
// Les champs pouvant être classés
|
||||
datasSortingFields: SortingFields[] = [];
|
||||
// La dernier champ pour lequel le classement a été demandé
|
||||
datasSortedField: SortingFields|undefined;
|
||||
|
||||
// La Pagination :
|
||||
pagination: Paginations|undefined;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user