Skip to main content

Interface: GtcRunwayLengthDialogInput

A request input for GtcRunwayLengthDialog.

Hierarchy

Properties

initialUnit

Optional initialUnit: Unit<Distance>

The initial length unit. If not defined, the initial unit will default to the one associated with the dialog's unit mode.

Defined in

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


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/GtcRunwayLengthDialog.tsx:29


unitsMode

unitsMode: "feet" | "meters"

The unit mode in which the dialog should operate.

Defined in

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