IDashboardMeasureValueFilterProps
Home > @gooddata/sdk-ui-dashboard > IDashboardMeasureValueFilterProps
IDashboardMeasureValueFilterProps interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export interface IDashboardMeasureValueFilterProps
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
boolean |
(ALPHA) (Optional) Whether the dropdown should automatically open on mount. Used to focus newly added filters. | ||
|
(ALPHA) Definition of the dashboard measure value filter to render. Always reflects the applied filter — if/when "Apply together" mode for MVF is added, the working state is meant to be resolved internally via dashboard selectors rather than threaded through props. | |||
|
number |
(ALPHA) Index of the filter among the other dashboard filters. | ||
|
(filter: IDashboardMeasureValueFilter, conditions: MeasureValueFilterCondition[] | undefined, isWorkingSelectionChange?: boolean) => void |
(ALPHA) Callback fired when the user changes the filter's conditions. | ||
|
boolean |
(ALPHA) (Optional) Whether the filter is rendered in read-only mode. | ||
|
string |
(ALPHA) (Optional) Optional tab identifier to read filter config from. When provided, the visibility icon and any other tab-scoped state will be sourced from this specific tab. When undefined, the active tab's state is used. |