ChangeLayoutSectionHeaderPayload
Home > @gooddata/sdk-ui-dashboard > ChangeLayoutSectionHeaderPayload
ChangeLayoutSectionHeaderPayload 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 ChangeLayoutSectionHeader command.
Signature:
export interface ChangeLayoutSectionHeaderPayload
Properties
Property | Type | Description |
---|---|---|
header | IDashboardLayoutSectionHeader | (BETA) New value of the header. |
index | number | (BETA) Index of section whose header to set. |
merge? | boolean | (BETA) (Optional) Indicate that the old header and the new header should be merged. |