onFiltersChange
Home > @gooddata/sdk-ui-dashboard > IAutomationDialogFiltersProps > onFiltersChange
IAutomationDialogFiltersProps.onFiltersChange property
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.
Replaces the selection with the complete updated array. The dialog state applies it wholesale — change/remove/add gestures must submit the whole array, not a delta.
Signature:
onFiltersChange: (filters: FilterContextItem[]) => void;