Skip to content

Home > @liquidrazor/list-display > ActiveFilterState

ActiveFilterState type

Active filters at list level. Keyed by field id (or custom logical id).

Signature:

typescript
export type ActiveFilterState = Record<string, unknown>;