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;
References: IWidget, ICustomWidget