DashboardLayoutSectionItemRemovedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardLayoutSectionItemRemovedPayload
DashboardLayoutSectionItemRemovedPayload 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 DashboardLayoutSectionItemRemoved event.
Signature:
export interface DashboardLayoutSectionItemRemovedPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
item | readonly | ExtendedDashboardItem | (BETA) Item that was removed. |
itemIndex | readonly | number | (BETA) Index where the item resided. |
section? | readonly | ExtendedDashboardLayoutSection | (BETA) (Optional) If the removal was eager and removed the entire section, then that section is included here. NOTE: the DashboardLayoutSectionRemoved will be fired at the occasion as well. |
stashIdentifier? | readonly | StashedDashboardItemsId | (BETA) (Optional) If the removal indicated to stash the item, then the stash identifier is mirrored here. |