Represents a form.

Properties

id: number

The id of this form.

A form items of this form.

messageId: number

The id of the message to which this form is attached.

name: string

The name of this form.

version: number

The version of this form.

Accessors

  • get isSubmittable(): boolean
  • Submittable state of this form.

    Returns boolean

  • get isSubmitted(): boolean
  • Submitted state of this form.

    Returns boolean