Appearance
Home > @liquidrazor/list-display > FilterOption
FilterOption interface
Option used by select-based filters.
Signature:
typescript
export interface FilterOptionProperties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | Human-readable label presented to the user. | ||
string | number | boolean | Option value stored in the filter state. |