Skip to main content

Interface: GtcAltitudeDialogInput

A request input for GtcAltitudeDialog.

Hierarchy

Properties

initialUnit

Optional initialUnit: Unit<Distance>

The initial altitude unit. If not defined, the initial unit will default to a value based on the units mode.

Defined in

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


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


maximumValue

maximumValue: number

The maximum valid numeric value allowed by the dialog's input.

Defined in

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


minimumValue

minimumValue: number

The minimum valid numeric value allowed by the dialog's input.

Defined in

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


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/GtcAltitudeDialog.tsx:31


unitsMode

unitsMode: "feet" | "meters"

Whether the dialog should operate in units of feet or meters.

Defined in

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