DashboardDrillableItemsChanged
Home > @gooddata/sdk-ui-dashboard > DashboardDrillableItemsChanged
DashboardDrillableItemsChanged 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.
This event is emitted as a result of the ChangeDrillableItems command, if drillable items was successfully changed.
Signature:
export interface DashboardDrillableItemsChanged extends IDashboardEvent
Extends: IDashboardEvent
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | DashboardDrillableItemsChangedPayload | (ALPHA) |
type | readonly | "GDC.DASH/EVT.DRILL.DRILLABLE_ITEMS.CHANGED" | (ALPHA) |