Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

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
NameTypeDescription
textstringthe form serialized in JSON.
Returns

void

Accessors

formAsString

get formAsString(): string

Returns

string

the current form serialized to JSON.