Appearance
Home > @liquidrazor/list-display > SortDescriptor
SortDescriptor interface
Describes the active sort configuration for the list.
Signature:
typescript
export interface SortDescriptor<TRow = any>Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
Direction in which rows should be ordered. | |||
keyof TRow & string | Field id used to extract the sortable value from a row. |