IFilterConfigurationProps
Home > @gooddata/sdk-ui-filters > IFilterConfigurationProps
IFilterConfigurationProps 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.
Configuration actions like save and cancel button.
Signature:
export interface IFilterConfigurationProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
onCancelButtonClick | () => void | (ALPHA) Callback to discard changes and close configuration dropdown. | |
onSaveButtonClick | () => void | (ALPHA) Callback to apply changes of current selection. |