A control represents widgets the user can interact with.

Hierarchy (view full)

Constructors

Properties

id: string

Control id, unique string generated by getUID function

index?: number

Control index, used for sorting controls. Default is 0

label: undefined | string = ...
onClick: undefined | (() => void) = ...
placeInHeader: boolean = ...