src/lib/shared/classes/possible-selection.class.ts
Possible selection is used to define the values of the dropdowns in the selection filter (multi & single select).
Properties |
| dataItemsClass |
Type : DataItemsClass
|
Default value : new DataItemsClass()
|
|
Auxiliary class to get the values of the data items. |
| Public flagForPossibleSelection |
Type : unknown
|
Default value : new Map<string, number>()
|
|
Map to save the label of the attribute and the flag for the possible selections. |
| Public identifierWithPossibleSelection |
Type : unknown
|
Default value : new Map<string, ISelectionFilterValue[]>()
|
|
Map to save the label of the attribute and the possible selections. |