DashboardLayoutSectionRemovedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardLayoutSectionRemovedPayload
DashboardLayoutSectionRemovedPayload 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 DashboardLayoutSectionRemoved event.
Signature:
export interface DashboardLayoutSectionRemovedPayload 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| 
 | boolean | (BETA) (Optional) Indicates that the section was removed as part of eager removal of the section items. | |
| 
 | number | (BETA) Index where the section originally resided. | |
| 
 | (BETA) Path where the section originally resided. | ||
| 
 | (BETA) Section that was removed. Note: when the section is eagerly removed, it's items will be empty. | ||
| 
 | (BETA) (Optional) If the remove command indicated to stash the items for later reuse, then the stash identifier provided on the command is mirrored here. |