Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Interface: EmbeddedFormProps

The embedded form component properties.

Properties

disabled?

optional disabled: boolean

If true, the embedded form is disabled.


formName?

optional formName: string

The form name (FormViewerProps.formName).


options?

optional options: any

The additional options for loading the embedded form (FormViewerProps.formOptions).


readOnly?

optional readOnly: boolean

If true, the embedded form is read-only.


storeDataInParentForm?

optional storeDataInParentForm: boolean

If false, nested form data show as nested object, true otherwise.