Represents the control data and form properties for a specification form.

Hierarchy

  • Form

Properties

controlNames: string[]

An array of the names of all controls on the form.

An array of the data for all controls on the form.

formBackgroundColor: string

The background color of the form.

formName: string

The name of the form.

isDialog: boolean

Whether the form is a dialog.

isFirst: boolean

Whether the form is the first form in the form navigation.

isItemListDialog: boolean

Whether the form is an item list dialog.

isLast: boolean

Whether the form is the last form in the form navigation.

showStandardNavigation: boolean

Whether the standard navigation controls should be displayed.

showTaskList: boolean

Whether the task list should be displayed.

specificationId: number

The unique identifier of the specification that the form belongs to.

specificationName: string

The name of the specification that the form belongs to.