Appearance
Home > @liquidrazor/list-display > ListSnapshot
ListSnapshot interface
Exported snapshot of the list, meant to be consumed by the parent only on demand (not continuously controlled).
Signature:
typescript
export interface ListSnapshot<TRow = any, TRowId = RowId>Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
TRow[] | All rows currently known by the list (after data source + local mutations). | ||
TRow[] | Rows currently visible (after filters, sort, pagination). | ||
SelectionState<TRowId> | |||
SortDescriptor<TRow> | (Optional) |