Interface: EmbeddedFormProps
The embedded form component properties.
Properties
disabled?
optionaldisabled:boolean
If true, the embedded form is disabled.
formName?
optionalformName:string
The form name (FormViewerProps.formName).
options?
optionaloptions:any
The additional options for loading the embedded form (FormViewerProps.formOptions).
readOnly?
optionalreadOnly:boolean
If true, the embedded form is read-only.
storeDataInParentForm?
optionalstoreDataInParentForm:boolean
If false, nested form data show as nested object, true otherwise.