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 |
---|---|---|---|
itemsAdded | readonly | ReadonlyArray<ExtendedDashboardItem> | (BETA) Items that were inserted. |
sectionIndex | readonly | number | (BETA) Index of the section to which the items were added. |
startIndex | readonly | number | (BETA) Index within the section at which the items were inserted. |
stashesUsed? | readonly | 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. |