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 |
---|---|---|---|
isApplyDisabled? | boolean | (BETA) (Optional) If true, the Apply action should be disabled. | |
onApplyButtonClick | () => void | (BETA) Callback to apply changes of current selection. | |
onCancelButtonClick | () => void | (BETA) Callback to discard changes and close AttributeFilter. |