FormMeta

FormMeta

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

confirmationNeeded boolean <optional>

Sets FormMeta#confirmationNeeded

Source:

Members

completionStatusInHeader :boolean

Whether to show or not the completion status in header. It has effect only if FormMeta#completionStatusShow is true.

Default Value:
  • false
Source:

completionStatusShow :boolean

Whether to show or not the completion status in each FormItem.

Default Value:
  • false
Source:

confirmationNeeded :boolean

Whether to show an extra step at the end of the Form to visualize and check the form responses.

Default Value:
  • false
Source: