Constructor
new ObjectHandler(parent)
Class constructor.
Parameters:
Name | Type | Description |
---|---|---|
parent |
module:formElement~FormElement | The parent form element containing the child applicator containers to be handled. |
Extends
- ChildrenHandler
Methods
getInstance() → {any}
Retrieves the JSON instance expressed by the child applicator containers together with the inputted values.
Returns:
The JSON instance associated to the form element.
- Type
- any