Skip to main content

Interface: BaroPressureDialogInput

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Dialogs/BaroPressureDialog.tsx:31

A request input for BaroPressureDialog.

Extends

Properties

initialUnit?

optional initialUnit: Unit<Pressure>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Dialogs/BaroPressureDialog.tsx:35

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


initialValue

initialValue: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Dialogs/AbstractUiNumberDialog.tsx:23

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

Inherited from

UiNumberDialogInput.initialValue


maximumValue

maximumValue: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Dialogs/BaroPressureDialog.tsx:44

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


minimumValue

minimumValue: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Dialogs/BaroPressureDialog.tsx:41

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


showSetToButton

showSetToButton: boolean

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Dialogs/BaroPressureDialog.tsx:50

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


title

title: string

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Dialogs/BaroPressureDialog.tsx:47

The title to display with the dialog.


unitsMode

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

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Dialogs/BaroPressureDialog.tsx:38

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