core/dynamic-component/dynamic-component.model.ts
Properties |
|
[key: string]:
|
Additional settings for the widget. |
configurationViewGridSize |
configurationViewGridSize:
|
Type : WIDGET_CONFIGURATION_GRID_SIZE | string
|
Optional |
The size of the configuration view. If provided as string, it needs to be a valid CSS size (e.g. '400px' or '50%'). If not provided, the default size is '560px' (WidgetConfigurationGridSize.HALF). |
ng1 |
ng1:
|
Type : literal type
|
Optional |
noNewWidgets |
noNewWidgets:
|
Type : boolean
|
Optional |
Avoids to show the widget in the "add widget" modal |
upgrade |
upgrade:
|
Type : boolean
|
Optional |
Indicates that the widget was upgraded from an angularjs widget. |
widgetDefaults |
widgetDefaults:
|
Type : literal type
|
Optional |
The default settings when the widget is added to a dashboard. |