Skip to main content

Interface: GtcPressurizationDialogInput

A request input for GtcPressurizationDialog.

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/GtcPressurizationDialog.tsx:37


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


type

type: "landing" | "cabin"

The type of dialog to use.

Defined in

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


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/GtcPressurizationDialog.tsx:40