Skip to main content

Interface: GtcFmsSpeedDialogInput

A request input for GtcFmsSpeedDialog.

Hierarchy

Properties

initialUnit

Optional initialUnit: SpeedUnit

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).

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Dialog/GtcFmsSpeedDialog.tsx:30


initialValue

initialValue: number

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

Inherited from

GtcNumberDialogInput.initialValue

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Dialog/AbstractGtcNumberDialog.tsx:20


title

Optional title: string

The GTC view title to display with the message.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Dialog/GtcFmsSpeedDialog.tsx:39


unitsAllowed

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

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.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Dialog/GtcFmsSpeedDialog.tsx:36