IMeasureValueFilterDropdownActionsProps
Home > @gooddata/sdk-ui-filters > IMeasureValueFilterDropdownActionsProps
IMeasureValueFilterDropdownActionsProps interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Props passed to a custom dropdown actions component supplied via IMeasureValueFilterCustomComponentProps.DropdownActionsComponent.
Mirrors IAttributeFilterDropdownActionsProps so that hosts can build consistent custom footers across attribute and measure-value filters.
Signature:
export interface IMeasureValueFilterDropdownActionsProps
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(BETA) (Optional) Tooltip shown when the Apply button is disabled. | ||
|
boolean |
(BETA) (Optional) If true, the Apply action should be disabled (e.g., invalid or unchanged state). | ||
|
boolean |
(BETA) (Optional) Indicates whether the filter form state has diverged from the original filter. | ||
|
() => void |
(BETA) Callback invoked when the Apply control is activated. Triggers the standard apply pipeline (same as clicking the default Apply button). | ||
|
() => void |
(BETA) Callback invoked when the Cancel/Close control is activated. Discards changes and closes the dropdown (same as clicking the default Cancel button). | ||
|
boolean |
(BETA) (Optional) If true, the host runs in "Apply together" mode — Apply is suppressed and changes propagate through IMeasureValueFilterCommonProps.onChange. Custom action components can use this flag to render only a Close affordance. |