ReplaceSectionItemPayload
Home > @gooddata/sdk-ui-dashboard > ReplaceSectionItemPayload
ReplaceSectionItemPayload 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 ReplaceSectionItem command.
Signature:
export interface ReplaceSectionItemPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
autoResolveDateFilterDataset? | readonly | boolean | (BETA) (Optional) Specify whether dashboard should auto-resolve date dataset to use for date filtering of the KPI or insight widget that will be used to replace item on a dashboard. |
item | readonly | DashboardItemDefinition | (BETA) New item definition. |
itemIndex | readonly | number | (BETA) Index of item within section that should be modified. |
sectionIndex | readonly | number | (BETA) Index of section where the item to modify resides. |
stashIdentifier? | readonly | StashedDashboardItemsId | (BETA) (Optional) Specify identifier for stash where the old item should be stored. |