DashboardAttributeFilterRemovedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardAttributeFilterRemovedPayload
DashboardAttributeFilterRemovedPayload 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.
Payload of the DashboardAttributeFilterRemoved event.
Signature:
export interface DashboardAttributeFilterRemovedPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
children? | readonly | ReadonlyArray<IDashboardAttributeFilter> | (BETA) (Optional) If the removed filter figured as a parent filter for some other filters, then those children have lost their parent - the relationship was removed. If any children filters were impacted by the removal, their new definition that does not include the parent relationship is included here. |
removed | readonly | IDashboardAttributeFilter | (BETA) The dashboard attribute filter that has been removed. |