stashIdentifier
Home > @gooddata/sdk-ui-dashboard > RemoveSectionItemPayload > stashIdentifier
RemoveSectionItemPayload.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 item 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 item in different section.
Default behavior with no stashIdentifier is to permanently remove the item as well.