Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

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

Namespaces

Functions

renderFormViewer

renderFormViewer(elementId, props): Root

Displays the FormViewer component on the specified HTML element.

Parameters

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

Returns

Root

React Root.


renderFormViewerTo

renderFormViewerTo(container, props): Root

Displays the FormViewer component on the specified HTML element.

Parameters

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

Returns

Root

React Root.