MultiSelectDisplay
Display configuration for multi-select inputs: which UI component renders the input (dropdown, checkboxes, chips, tags, range-slider, or date-range) and which values are selected by default.
Attributes
| Field | Type | Default | Description |
|---|---|---|---|
| type | string | dropdown | UI component type for rendering the input. |
| default | MultiSelectDefault | None | Default value configuration. If not specified, 'all' is used for list-based. |