CustomSortState
Adaptable State Section for Custom Sort Module
TypeScript
export interface CustomSortState extendsExtends
Properties
| Property | Description |
|---|---|
| CustomSorts | Collection of Custom Sort objects. |
Property Details
CustomSorts
Collection of Custom Sort objects.
TypeScript
CustomSorts?: CustomSort[];