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