Skip to main content

Interface: GtcBaroPressureDialogInput

A request input for GtcBaroPressureDialog.

Hierarchy

Properties

initialUnit

Optional initialUnit: Unit<Pressure>

The initial pressure 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/GtcBaroPressureDialog.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/GtcBaroPressureDialog.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/GtcBaroPressureDialog.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/GtcBaroPressureDialog.tsx:31


unitsMode

unitsMode: "inhg" | "hpa"

Whether the dialog should operate in units of inches of mercury or hectopascals.

Defined in

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