Interface: IFormBuilder
The form builder settings interface.
Properties
parseForm()
parseForm: (
text
) =>void
Sets the form serialized in JSON as the current form.
Parameters
• text: string
the form serialized in JSON.
Returns
void
Accessors
formAsString
Get Signature
get formAsString():
string
Returns
string
the current form serialized to JSON.