Interface: GtcHoldPageInput
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/HoldPage/GtcHoldPage.tsx:25
A request input for GtcHoldPage.
Extends
HoldInput
Properties
courseMagnetic
courseMagnetic:
number
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/HoldPage/HoldStore.ts:30
The magnetic hold inbound course, in degrees.
Inherited from
HoldInput.courseMagnetic
existingHoldLeg?
optional
existingHoldLeg:LegDefinition
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/HoldPage/HoldStore.ts:36
The existing hold leg if editing a hold.
Inherited from
HoldInput.existingHoldLeg
facility
facility:
Facility
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/HoldPage/HoldStore.ts:33
The fix facility to hold at.
Inherited from
HoldInput.facility
forceAllowEdit?
optional
forceAllowEdit:boolean
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/HoldPage/HoldStore.ts:45
Whether to allow editing for hold types that normally are not editable (HF and HA). Ignored if not editing an
existing hold. Defaults to false
.
Inherited from
HoldInput.forceAllowEdit
holdInfo?
optional
holdInfo:HoldInfo
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/HoldPage/HoldStore.ts:39
A HoldInfo object to use if info is available.
Inherited from
HoldInput.holdInfo
legName
legName:
string
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/HoldPage/HoldStore.ts:27
The leg name.
Inherited from
HoldInput.legName
planIndex
planIndex:
number
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/HoldPage/HoldStore.ts:24
The selected plan index for the hold.
Inherited from
HoldInput.planIndex
title?
optional
title:string
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/HoldPage/GtcHoldPage.tsx:27
The GTC view title to display with the page. Defaults to 'Hold at Waypoint'