Skip to content

Home > @liquidrazor/list-display > SortDescriptor > field

SortDescriptor.field property

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

Signature:

typescript
field: keyof TRow & string;