Interface: TemplateProps
The template component properties.
Properties
disabled?
optional
disabled:boolean
If true, the template is disabled.
options?
optional
options:any
The additional options for loading the template (FormViewerProps.formOptions).
readOnly?
optional
readOnly:boolean
If true, the template is read-only.
storeDataInParentForm?
optional
storeDataInParentForm:boolean
If false, nested form data show as nested object, true otherwise.