core/dynamic-component/dynamic-component.model.ts
Properties |
|
data |
data:
|
Type : any
|
Optional |
Add any random data, specially to angular.js dashboards. Should be searilzabled to allow to save it to the API. |
description |
description:
|
Type : string
|
The description shown on add widget |
errorStrategy |
errorStrategy:
|
Type : DynamicComponentErrorStrategy
|
Optional |
Determines if dynamic component or widget itself should render alerts. |
id |
id:
|
Type : string
|
Unique serializable id |
injector |
injector:
|
Type : Injector
|
Optional |
The injector to use to inject this component. If used in a module federation plugin, the injector of the plugin should be used. Defaults to the root injector. |
label |
label:
|
Type : string
|
The label shown for this dynamic component on add widgets |
previewImage |
previewImage:
|
Type : string
|
Optional |
An url to an preview image. |
resolve |
resolve:
|
Type : literal type
|
Optional |
Attributes of the dynamic components configuration to be resolved. |