Skip to main content

Interface: PlansPanelFilter

Defined in: plansPanel/PlansPanel.types.ts:23

Defines one filter dimension rendered as a SegmentedControl above the plans grid.

Properties

defaultValue?

optional defaultValue?: string

Defined in: plansPanel/PlansPanel.types.ts:31

Initial value used in uncontrolled mode.


id

id: string

Defined in: plansPanel/PlansPanel.types.ts:25

Unique identifier for this filter dimension.


label?

optional label?: string

Defined in: plansPanel/PlansPanel.types.ts:27

Optional label rendered above the SegmentedControl.


options

options: PlansPanelFilterOption[]

Defined in: plansPanel/PlansPanel.types.ts:29

List of selectable options.