core/dynamic-component/dynamic-component.model.ts
Use this interface on any component to define the interchange between config and display component.
Properties |
|
alerts |
alerts:
|
Type : DynamicComponentAlertAggregator
|
Optional |
Alerts related to the dynamic component. Can either be set by the dynamic component it self or via it's resolvers. |
config |
config:
|
Type : any
|
The configuration which is shared between configuration component and display component. Should be searilzabled to allow to save it to the API. |
ng1FormRef |
: Will not work on Angular-Dashboards (1.6.1.0). Use `ContextServiceDashboard.formDisabled` instead. |
ng1FormRef:
|
Type : any
|
Optional |
A reference to the ng1Form on angularjs dashboards to disable/enable the save button. |