Interface Form

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

Hierarchy

  • Form

Index

Properties

controlNames

controlNames: string[]

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

form

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

formBackgroundColor

formBackgroundColor: string

The background color of the form.

formName

formName: string

The name of the form.

isDialog

isDialog: boolean

Whether the form is a dialog.

isFirst

isFirst: boolean

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

isItemListDialog

isItemListDialog: boolean

Whether the form is an item list dialog.

isLast

isLast: boolean

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

showStandardNavigation

showStandardNavigation: boolean

Whether the standard navigation controls should be displayed.

showTaskList

showTaskList: boolean

Whether the task list should be displayed.

specificationId

specificationId: number

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

specificationName

specificationName: string

The name of the specification that the form belongs to.