DashboardLayoutSectionHeaderChangedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardLayoutSectionHeaderChangedPayload
DashboardLayoutSectionHeaderChangedPayload 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 DashboardLayoutSectionHeaderChanged event.
Signature:
export interface DashboardLayoutSectionHeaderChangedPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
newHeader | readonly | IDashboardLayoutSectionHeader | (BETA) The new header of the section. |
sectionIndex | readonly | number | (BETA) Index of the section which had the header updated. |