AddSectionItemsPayload
Home > @gooddata/sdk-ui-dashboard > AddSectionItemsPayload
AddSectionItemsPayload interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Payload of the AddSectionItems command.
Signature:
export interface AddSectionItemsPayload
Properties
Property | Type | Description |
---|---|---|
autoResolveDateFilterDataset? | boolean | (BETA) (Optional) Specify whether dashboard should auto-resolve date dataset to use for date filtering of KPI and insight widgets. |
itemIndex | RelativeIndex | (BETA) Index within section items where the item should be inserted. |
items | ReadonlyArray<DashboardItemDefinition> | (BETA) Items to add. This item may be a placeholder for KPI or insight, an actual dashboard widget or a previously stashed dashboard item. |
sectionIndex | number | (BETA) Section to which the item should be added. |