ICustomWidgetDefinition
Home > @gooddata/sdk-ui-dashboard > ICustomWidgetDefinition
ICustomWidgetDefinition interface
Definition of custom widget. The definition may not specify identity. In that case a temporary identity will be assigned to the widget as it is added onto a dashboard.
Signature:
export interface ICustomWidgetDefinition extends ICustomWidgetBase, Partial<IDashboardObjectIdentity>
Extends: ICustomWidgetBase, Partial<IDashboardObjectIdentity>