core/dynamic-component/dynamic-component.model.ts
Properties |
|
configComponent |
: Only used for angularjs plugins. |
configComponent:
|
Type : string
|
Optional |
The config component name. |
configTemplateUrl |
: Only used for angularjs plugins. |
configTemplateUrl:
|
Type : string
|
Optional |
The config template URL for legacy plugins. |
transformConfigWithContext |
: Only used for angularjs plugins. |
transformConfigWithContext:
|
Type : function
|
Optional |
Transforms widget's config by executing transform function. The transform function can take injectable arguments |
widgetComponent |
: Only used for angularjs plugins. |
widgetComponent:
|
Type : string
|
Optional |
The widget component name. |