DashboardAttributeFilterRemoved
Home > @gooddata/sdk-ui-dashboard > DashboardAttributeFilterRemoved
DashboardAttributeFilterRemoved 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.
This event is emitted after a dashboard attribute filter is successfully removed.
If the removed filter figured as a parent to one or more child filters, then the removal also cleaned up the parent relationship.
Signature:
export interface DashboardAttributeFilterRemoved extends IDashboardEvent
Extends: IDashboardEvent
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | DashboardAttributeFilterRemovedPayload | (BETA) |
type | readonly | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.REMOVED" | (BETA) |