src/lib/shared/interfaces/selected-filter-value.interface.ts
ISelectedFilterValue for selected filter value.
Properties |
| filterMode |
filterMode:
|
Type : string
|
|
The type of filter that is used. |
| identifier |
identifier:
|
Type : string
|
|
The label (identifier) of the filter that is used. |
| value |
value:
|
Type : string | string[]
|
|
The value of the filter that is used. |