core/dashboard/dashboard.model.ts
Describes a legacy widget. Please use the proper Widget interface instead.
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. |
| name |
| Use componenId |
name:
|
Type : string
|
| Optional |
|
The name of the widget. |
| templateUrl |
| : Only used for angularjs plugins. |
templateUrl:
|
Type : string
|
| Optional |
|
The template URL for legacy plugins. |
| transformConfigWithContext |
transformConfigWithContext:
|
Type : function
|
| Optional |
| widgetComponent |
| : Only used for angularjs plugins. |
widgetComponent:
|
Type : string
|
| Optional |
|
The widget component name. |