FormMeta

FormMeta

Form related component holding configuration fields for the form. A FormMeta object as defined in the JSON schema.

Constructor

new FormMeta(props)

Instantiates a new FormMeta

Parameters:
Name Type Description
props object

Properties to initialize the FormMeta with

Properties
Name Type Attributes Description
completionStatusShow boolean <optional>

Sets FormMeta#completionStatusShow

completionStatusInHeader boolean <optional>

Sets FormMeta#completionStatusInHeader

skipConfirmation boolean <optional>

Sets FormMeta#skipConfirmation

Source:

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.

Default Value:
  • false
Source:

completionStatusShow :boolean

If true will show a completion status. Defaults to false.

Default Value:
  • false
Source:

skipConfirmation :boolean

If true will not ask for confirmation. Defaults to false.

Default Value:
  • false
Source: