Interface: IFormBuilder
@react-form-builder/designer.IFormBuilder
The form builder settings interface.
Properties
parseForm
• parseForm: (text
: string
) => void
Type declaration
▸ (text
): void
Sets the form serialized in JSON as the current form.
Parameters
Name | Type | Description |
---|---|---|
text | string | the form serialized in JSON. |
Returns
void
Accessors
formAsString
• get
formAsString(): string
Returns
string
the current form serialized to JSON.