Interface: GtcVnavAltitudeDialogInput
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcVnavAltitudeDialog.tsx:27
A request input for GtcVnavAltitudeDialog.
Properties
fixElevationMeters?
optionalfixElevationMeters:number
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcVnavAltitudeDialog.tsx:43
The leg's fix elevation in meters, if defined, AGL will be an option.
initialAltitudeFeet
initialAltitudeFeet:
number
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcVnavAltitudeDialog.tsx:29
The value initially loaded into the dialog at the start of a request.
isAdvancedMode
isAdvancedMode:
boolean
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcVnavAltitudeDialog.tsx:31
Whether this is for advanced vnav mode or not.
isDesignatedConstraint
isDesignatedConstraint:
boolean
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcVnavAltitudeDialog.tsx:37
Whether this is for a user constraint or not.
isDifferentFromPublished
isDifferentFromPublished:
boolean
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcVnavAltitudeDialog.tsx:35
Whether the constraint is different from the published constraint.
isFlightLevel
isFlightLevel:
boolean
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcVnavAltitudeDialog.tsx:41
Whether the constraint is a flight level or not.
isMaxAltitudeFlightLevel?
optionalisMaxAltitudeFlightLevel:boolean
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcVnavAltitudeDialog.tsx:49
Whether to display max altitude as a flight level.
legName
legName:
string
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcVnavAltitudeDialog.tsx:33
The leg ident to display on the VNAV DTO button.
maxAltitudeFeet?
optionalmaxAltitudeFeet:number
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcVnavAltitudeDialog.tsx:47
A max altitude to use. If undefined, no max will be applied.
publishedAltitudeFeet?
optionalpublishedAltitudeFeet:number
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcVnavAltitudeDialog.tsx:39
The published altitude in feet, or undefined.
title?
optionaltitle:string
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcVnavAltitudeDialog.tsx:45
What title to show on the title bar.