DaffSortOption
One particular option used to sort a collection of elements;
interface DaffSortOption {
label: string
value: any
}
Properties
Name | Type | Description |
---|---|---|
label | string | |
value | any |
One particular option used to sort a collection of elements;
interface DaffSortOption {
label: string
value: any
}
Name | Type | Description |
---|---|---|
label | string | |
value | any |