core/dynamic-component/dynamic-component.model.ts
Properties |
|
component |
component:
|
Type : never
|
Optional |
configComponent |
configComponent:
|
Type : never
|
Optional |
loadComponent |
loadComponent:
|
Type : function
|
A function returning a promise of the component which is used when the component should be displayed (e.g. on a dashboard) A sample function to be provided could look like this:
|
loadConfigComponent |
loadConfigComponent:
|
Type : function
|
Optional |
A function returning a promise of the configuration component used when a widget is added or edited. A sample function to be provided could look like this:
|