AddLayoutSectionPayload
Home > @gooddata/sdk-ui-dashboard > AddLayoutSectionPayload
AddLayoutSectionPayload 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 AddLayoutSection command.
Signature:
export interface AddLayoutSectionPayload
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. |
index | readonly | RelativeIndex | (BETA) Index where to place the new section |
initialHeader? | readonly | IDashboardLayoutSectionHeader | (BETA) (Optional) Specify the section header. |
initialItems? | readonly | DashboardItemDefinition[] | (BETA) (Optional) Specify one or more items to include in the newly created section. |