Interface FormControlData

Represents the data for a specification form control.

There are many DriveWorks controls, all with a range of shared and dedicated properties with accompanying values. These are simple key value pairs like any other property on an object, declared with a name and a value.

Hierarchy

  • FormControlData

Indexable

[controlPropertyName: string]: any

Represents a control property with a value.

There are many DriveWorks controls, all with a range of shared and dedicated properties with accompanying values. These are simple key value pairs like any other property on an object, declared with a name and a value.

Index

Properties

$ControlName

$ControlName: string

The name of the form control.

$ControlNameWithSpecId

$ControlNameWithSpecId: string

The name of the form control suffixed with the unique specification identifier.

$ControlType

$ControlType: string

The type of the form control.

$SpecificationId

$SpecificationId: number

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