AddSectionItemsPayload
Home > @gooddata/sdk-ui-dashboard > AddSectionItemsPayload
AddSectionItemsPayload 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 AddSectionItems command.
Signature:
export interface AddSectionItemsPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
autoResolveDateFilterDataset? | readonly | boolean | (BETA) (Optional) Specify whether dashboard should auto-resolve date dataset to use for date filtering of KPI and insight widgets. |
itemIndex | readonly | RelativeIndex | (BETA) Index within section items where the item should be inserted. |
items | readonly | 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 | readonly | number | (BETA) Section to which the item should be added. |