Skip to main content

Interface: GtcFmsSpeedDialogInput

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcFmsSpeedDialog.tsx:25

A request input for GtcFmsSpeedDialog.

Extends

Properties

initialUnit?

optional initialUnit: SpeedUnit

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcFmsSpeedDialog.tsx:30

The initial speed unit. If not defined, the initial unit will default to a value based on the allowed unit type (if both unit types are allowed, then it will default to IAS).


initialValue

initialValue: number

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/AbstractGtcNumberDialog.tsx:23

The value initially loaded into the dialog at the start of a request.

Inherited from

GtcNumberDialogInput.initialValue


title?

optional title: string

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcFmsSpeedDialog.tsx:39

The GTC view title to display with the message.


unitsAllowed

unitsAllowed: "mach" | "both" | "ias"

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcFmsSpeedDialog.tsx:36

The types of speed units allowed by the input. If both is selected, then the dialog will display a pair of buttons allowing the user to switch between IAS (KT) and mach.