Skip to main content

Interface: GtcBaroTransitionAlertAltitudeDialogValueOutput

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcBaroTransitionAlertAltitudeDialog.tsx:45

A request result returned by GtcBaroTransitionAlertAltitudeDialog that defines a user-selected altitude value.

Properties

type

type: "value"

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcBaroTransitionAlertAltitudeDialog.tsx:47

The type of this result.


unit

unit: Unit<Distance>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcBaroTransitionAlertAltitudeDialog.tsx:53

The unit type of the selected altitude.


value

value: number

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcBaroTransitionAlertAltitudeDialog.tsx:50

The selected altitude.