Interface: GtcSpeedConstraintDialogInput
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcSpeedConstraintDialog.tsx:34
A request input for GtcSpeedConstraintDialog.
Properties
allowRemove
allowRemove:
boolean
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcSpeedConstraintDialog.tsx:48
Whether to show the remove button.
initialSpeed
initialSpeed:
number
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcSpeedConstraintDialog.tsx:36
The initial speed to start with, knots IAS or Mach.
initialSpeedDesc
initialSpeedDesc:
SpeedRestrictionType
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcSpeedConstraintDialog.tsx:38
The initial speed restriction type, or undefined.
initialSpeedUnit
initialSpeedUnit:
SpeedUnit
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcSpeedConstraintDialog.tsx:40
The initial speed unit, or undefined.
isDifferentFromPublished
isDifferentFromPublished:
boolean
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcSpeedConstraintDialog.tsx:46
Whether the constraint is different from the published constraint.
publishedSpeedDesc?
optionalpublishedSpeedDesc:SpeedRestrictionType
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcSpeedConstraintDialog.tsx:44
The published speed restriction type, or undefined.
publishedSpeedIas?
optionalpublishedSpeedIas:number
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcSpeedConstraintDialog.tsx:42
The published speed in knots IAS, or undefined.