Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Module: @react-form-builder/designer-bundle

Functions

renderFormBuilder

renderFormBuilder(elementId, props): Root

Displays the FormBuilder component on the specified HTML element.

Parameters

NameTypeDescription
elementIdstringthe HTML element identifier.
propsPartial<FormBuilderProps>the component properties.

Returns

Root

React Root.


renderFormBuilderTo

renderFormBuilderTo(container, props): Root

Displays the FormBuilder component on the specified HTML element.

Parameters

NameTypeDescription
containerHTMLElementthe HTML element.
propsPartial<FormBuilderProps>the component properties.

Returns

Root

React Root.