A control represents widgets the user can interact with.

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

id: string

Control id, unique string generated by getUID function

index?: number

Control index, used for sorting controls. Default is 0

placeInHeader: boolean = ...