ExtendedDashboardLayoutWidget
Home > @gooddata/sdk-ui-dashboard > ExtendedDashboardLayoutWidget
ExtendedDashboardLayoutWidget type
Extension of the default type to also include view-only custom widget types.
Signature:
export type ExtendedDashboardLayoutWidget = IDashboardLayout<ExtendedDashboardWidget> & IBaseWidget & IDashboardObjectIdentity & {
type: "IDashboardLayout";
};
References: IDashboardLayout, ExtendedDashboardWidget, IBaseWidget, IDashboardObjectIdentity