Skip to content

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

SortDirection

Direction in which rows should be ordered.

field

keyof TRow & string

Field id used to extract the sortable value from a row.