ExtendedDashboardWidget
Home > @gooddata/sdk-ui-dashboard > ExtendedDashboardWidget
ExtendedDashboardWidget type
Extension of the default type to also include view-only custom widget types.
Signature:
export type ExtendedDashboardWidget = IWidget | ICustomWidget | ExtendedDashboardLayoutWidget;
References: IWidget, ICustomWidget, ExtendedDashboardLayoutWidget