stashIdentifier
Home > @gooddata/sdk-ui-dashboard > RemoveLayoutSectionPayload > stashIdentifier
RemoveLayoutSectionPayload.stashIdentifier property
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.
Specify stash identifier.
Signature:
readonly stashIdentifier?: StashedDashboardItemsId;
Remarks
If provided, the items from the removed section will not be permanently removed but will be stored in the stash under this identifier. You can then use the stash identifier to 'resurrect' the items in different section.
Default behavior with no stashIdentifier is to also remove all items in the section.