DashboardLayoutSectionItemsAddedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardLayoutSectionItemsAddedPayload
DashboardLayoutSectionItemsAddedPayload 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 DashboardLayoutSectionItemsAdded event.
Signature:
export interface DashboardLayoutSectionItemsAddedPayload
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
|
ReadonlyArray<ExtendedDashboardItem> |
(BETA) Items that were inserted. | |
|
(BETA) Path of the inserted item. | ||
|
number |
(BETA) Index of the section to which the items were added. | |
|
number |
(BETA) Index within the section at which the items were inserted. | |
|
ReadonlyArray<StashedDashboardItemsId> |
(BETA) (Optional) If the items from one or more stashes were added and the stashes were cleared, the the list of stash identifiers will be included here. |