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