Skip to main content

Interface: BaroPressureDialogInput

A request input for BaroPressureDialog.

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

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Dialogs/BaroPressureDialog.tsx:35


initialValue

initialValue: number

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

Inherited from

UiNumberDialogInput.initialValue

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Dialogs/AbstractUiNumberDialog.tsx:23


maximumValue

maximumValue: number

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

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Dialogs/BaroPressureDialog.tsx:44


minimumValue

minimumValue: number

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

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Dialogs/BaroPressureDialog.tsx:41


showSetToButton

showSetToButton: boolean

Whether to show the Set To Standard/Set For Field button.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Dialogs/BaroPressureDialog.tsx:50


title

title: string

The title to display with the dialog.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Dialogs/BaroPressureDialog.tsx:47


unitsMode

unitsMode: "inhg" | "hpa" | "mb"

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

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Dialogs/BaroPressureDialog.tsx:38