Skip to content

Home > @liquidrazor/list-display > FilterOption

FilterOption interface

Option used by select-based filters.

Signature:

typescript
export interface FilterOption

Properties

Property

Modifiers

Type

Description

label

string

Human-readable label presented to the user.

value

string | number | boolean

Option value stored in the filter state.