IAttributeFilterDropdownBodyProps
Home > @gooddata/sdk-ui-filters > IAttributeFilterDropdownBodyProps
IAttributeFilterDropdownBodyProps 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 content that is displayed in the open state of AttributeFilter.
Signature:
export interface IAttributeFilterDropdownBodyProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
onApplyButtonClick | () => void | (BETA) Callback that will be called each time ApplyButton clicked. | |
onCancelButtonClick | () => void | (BETA) Callback that will be called each time CancelButton clicked. | |
width? | number | (BETA) (Optional) Specify the width of dropdown body. |