Interface: GtcNearestAirportPageProps
Component props for GtcNearestAirportPage.
Hierarchy
↳
GtcNearestAirportPageProps
Properties
allowRnpAr
• allowRnpAr: boolean
Whether RNP (AR) approaches should be considered when displaying the best approach.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/NearestPages/GtcNearestAirportPage.tsx:19
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
GtcNearestWaypointPageProps.children
Defined in
sdk/components/FSComponent.ts:122
controlMode
• controlMode: GtcControlMode
The GTC control mode to which the view belongs.
Inherited from
GtcNearestWaypointPageProps.controlMode
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:15
displayPaneIndex
• Optional
displayPaneIndex: ControllableDisplayPaneIndex
The index of the display pane that this view is tied to.
Inherited from
GtcNearestWaypointPageProps.displayPaneIndex
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:18
gtcService
• gtcService: GtcService
The GtcService instance
Inherited from
GtcNearestWaypointPageProps.gtcService
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:12
posHeadingDataProvider
• posHeadingDataProvider: GtcPositionHeadingDataProvider
A provider of airplane position and heading data.
Inherited from
GtcNearestWaypointPageProps.posHeadingDataProvider
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/NearestPages/GtcNearestWaypointPage.tsx:28
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
GtcNearestWaypointPageProps.ref
Defined in
sdk/components/FSComponent.ts:125