IAttributeFilterDropdownActionsProps
Home > @gooddata/sdk-ui-filters > IAttributeFilterDropdownActionsProps
IAttributeFilterDropdownActionsProps 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.
AttributeFilter dropdown actions like confirm and cancel button.
Signature:
export interface IAttributeFilterDropdownActionsProps
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
boolean |
(BETA) (Optional) If true, the Apply action should be disabled. | ||
boolean |
(BETA) (Optional) Indicates whether the selection has changed. | ||
() => void |
(BETA) Callback to apply changes of current selection. | ||
() => void |
(BETA) Callback to discard changes and close AttributeFilter. | ||
boolean |
(ALPHA) (Optional) If true, the Apply button is not rendered, Cancel button is renamed to Close and status bar is not rendered. |