Interface: GtcHoldPageInput
A request input for GtcHoldPage.
Hierarchy
HoldInput
↳
GtcHoldPageInput
Properties
courseMagnetic
• courseMagnetic: number
The magnetic hold inbound course, in degrees.
Inherited from
HoldInput.courseMagnetic
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/HoldPage/HoldStore.ts:30
existingHoldLeg
• Optional
existingHoldLeg: LegDefinition
The existing hold leg if editing a hold.
Inherited from
HoldInput.existingHoldLeg
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/HoldPage/HoldStore.ts:36
facility
• facility: Facility
The fix facility to hold at.
Inherited from
HoldInput.facility
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/HoldPage/HoldStore.ts:33
forceAllowEdit
• Optional
forceAllowEdit: boolean
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
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/HoldPage/HoldStore.ts:45
holdInfo
• Optional
holdInfo: HoldInfo
A HoldInfo object to use if info is available.
Inherited from
HoldInput.holdInfo
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/HoldPage/HoldStore.ts:39
legName
• legName: string
The leg name.
Inherited from
HoldInput.legName
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/HoldPage/HoldStore.ts:27
planIndex
• planIndex: number
The selected plan index for the hold.
Inherited from
HoldInput.planIndex
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/HoldPage/HoldStore.ts:24
title
• Optional
title: string
The GTC view title to display with the page. Defaults to 'Hold at Waypoint'
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/HoldPage/GtcHoldPage.tsx:27