ChangeLayoutSectionHeaderPayload
Home > @gooddata/sdk-ui-dashboard > ChangeLayoutSectionHeaderPayload
ChangeLayoutSectionHeaderPayload type
Payload of the ChangeLayoutSectionHeader command.
Signature:
export type ChangeLayoutSectionHeaderPayload = {
readonly index: number | ILayoutSectionPath;
readonly header: IDashboardLayoutSectionHeader;
readonly merge?: boolean;
};
References: ILayoutSectionPath, IDashboardLayoutSectionHeader