src/ui/form/smart-form-instance.service.ts
A service that is individually available for components generated by a smart form. It is used by these components to get references to their parent SmartFormComponent.
Properties |
Methods |
Accessors |
constructor()
|
getFormInstanceAsync |
getFormInstanceAsync()
|
Returns :
Promise<SmartFormComponent>
Promise |
formLoaded |
Type : ReplaySubject<SmartFormComponent>
|
Default value : new ReplaySubject<
SmartFormComponent
>(0)
|
Fires when the SmartFormComponent has been fully initialized. |
formInstance | ||||
getformInstance()
|
||||
Returns :
SmartFormComponent
|
||||
setformInstance(value)
|
||||
The form instance that is associated with this instance of the service.
Parameters :
Returns :
void
|