core/dynamic-component/dynamic-component.model.ts
Properties |
|
displaySettings |
displaySettings:
|
Type : WidgetDisplaySettingsCore
|
Optional |
Settings that define the context to which the widget is bound. E.g. global time context, global realtime context, global aggregation context. |
schema |
schema:
|
Type : function
|
Optional |
Callback to get the schema for the widget e.g. for widget config JSON validation purposes in runtime.
In order to use this feature, schema should contain Schema will be generated in build process and will be available in runtime. |
settings |
settings:
|
Type : WidgetSettings
|
Optional |
Settings that are used to configure the widget. They are static and will not be saved. |