Adaptable State Section for Custom Sort Module

TypeScript
export interface CustomSortState extends
Extends

BaseState

Properties

PropertyDescription
CustomSortsCollection of Custom Sort objects.

Property Details

CustomSorts

Collection of Custom Sort objects.

TypeScript
CustomSorts?: CustomSort[];
Property Value

CustomSort[]