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 |
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. |
priority |
priority:
|
Type : number
|
Optional |
Ordering of the components |
resolve |
resolve:
|
Type : literal type
|
Optional |
Attributes of the dynamic components configuration to be resolved. |