Function: renderFormViewer()
renderFormViewer(
elementId
,props
):Root
Displays the FormViewer component on the specified HTML element.
Parameters
• elementId: string
the HTML element identifier.
• props: Partial
<FormViewerProps
>
the component properties.
Returns
Root
React Root.