IAutomationDialogFiltersProps
Home > @gooddata/sdk-ui-dashboard > IAutomationDialogFiltersProps
IAutomationDialogFiltersProps 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.
Members shared by both automation dialogs' filters regions.
Signature:
export interface IAutomationDialogFiltersProps
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
FilterContextItem[] | undefined |
(ALPHA) All filters the automation could select from. | ||
|
(ALPHA) (Optional) Workspace parameters addable via the "+" menu. | |||
|
(filters: FilterContextItem[]) => void |
(ALPHA) 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. | ||
|
(ref: IdentifierRef) => void |
(ALPHA) Called when a parameter is added from the "+" menu. | ||
|
(ref: IdentifierRef, value: ParameterValue) => void |
(ALPHA) Called when a parameter chip's value is edited. | ||
|
(ref: IdentifierRef) => void |
(ALPHA) Called when a parameter chip is removed. | ||
|
(ALPHA) (Optional) Parameter chips to render. Empty or undefined while the | |||
|
(ALPHA) The automation's current filter selection. |