Skip to main content

Interface: GtcBaroTransitionAlertAltitudeDialogInput

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

A request input for GtcBaroTransitionAlertAltitudeDialog.

Extends

Properties

enableRevert

enableRevert: boolean

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

Whether the dialog's Revert to Published button should be enabled.


initialUnit?

optional initialUnit: Unit<Distance>

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

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


initialValue

initialValue: number

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/AbstractGtcNumberDialog.tsx:23

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

Inherited from

GtcNumberDialogInput.initialValue


revertDialogMessage()?

optional revertDialogMessage: () => string | VNode

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

A function that returns the message to display in the dialog that opens when the Revert to Published button is pressed. Not required if the enableRevert option is false.

Returns

string | VNode

The message to display in the dialog that opens when the Revert to Published button is pressed.


title?

optional title: string

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

The GTC view title to display with the dialog.


unitsMode

unitsMode: "feet" | "meters" | "flightlevel"

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

Whether the dialog should operate in units of feet, meters, or flight level.