Constructor
new FormMeta(props)
Instantiates a new FormMeta
Parameters:
Name | Type | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
props |
object |
Properties to initialize the FormMeta with Properties
|
Members
completionStatusInHeader :boolean
Whether to show or not the completion status in header. It has effect
only if FormMeta#completionStatusShow
is true
.
completionStatusShow :boolean
Whether to show or not the completion status in each FormItem
.
confirmationNeeded :boolean
Whether to show an extra step at the end of the Form
to visualize
and check the form responses.