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 |
---|---|---|---|
|
(BETA) Item that was removed. | ||
|
number |
(BETA) Index where the item resided. | |
|
(BETA) Path where the item resided. | ||
|
(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. | ||
|
(BETA) (Optional) If the removal indicated to stash the item, then the stash identifier is mirrored here. |