ChangeLayoutSectionHeader
Home > @gooddata/sdk-ui-dashboard > ChangeLayoutSectionHeader
ChangeLayoutSectionHeader type
Signature:
export type ChangeLayoutSectionHeader = IDashboardCommand & {
readonly type: "GDC.DASH/CMD.FLUID_LAYOUT.CHANGE_SECTION_HEADER";
readonly payload: ChangeLayoutSectionHeaderPayload;
};
References: IDashboardCommand, ChangeLayoutSectionHeaderPayload