Constructor
new FormMeta(props)
Instantiates a new FormMeta
Parameters:
Name | Type | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
props |
object |
Properties to initialize the FormMeta with Properties
|
Members
completionStatusInHeader :boolean
If true
will indicate the status in the header. Defaults to false
, which means it will be shown below
header if the completion status is shown.
completionStatusShow :boolean
If true
will show a completion status. Defaults to false
.
skipConfirmation :boolean
If true
will not ask for confirmation. Defaults to false
.