Interface: GtcNearestTabProps
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/Nearest/GtcNearestTab.tsx:307
GtcNearestTab props.
Extends
Properties
activeComponent?
optional
activeComponent:MutableSubscribable
<null
|GtcInteractionHandler
,null
|GtcInteractionHandler
>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/Nearest/GtcNearestTab.tsx:321
A reference to the parent GtcView's _activeComponent
.
bus
bus:
EventBus
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/Nearest/GtcNearestTab.tsx:309
An event bus.
children?
optional
children:DisplayChildren
[]
Defined in: sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
controlMode
controlMode:
GtcControlMode
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:17
The GTC control mode to which the view belongs.
Inherited from
displayPaneIndex?
optional
displayPaneIndex:ControllableDisplayPaneIndex
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:26
The index of the display pane associated with the view, or undefined
if the view is not associated with any
display pane.
Inherited from
facilitySearchType
facilitySearchType:
G3000WaypointSearchType
|Subscribable
<G3000WaypointSearchType
>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/Nearest/GtcNearestTab.tsx:318
Type of facility to search.
gtcService
gtcService:
GtcService
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:14
The GtcService instance.
Inherited from
isInOverlayStack?
optional
isInOverlayStack:boolean
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:20
Whether the view belongs to its GTC control mode's overlay view stack.
Inherited from
onSelected()
onSelected: (
waypoint
) =>void
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/Nearest/GtcNearestTab.tsx:315
A function to execute when a waypoint is selected.
Parameters
Parameter | Type |
---|---|
waypoint | FacilityWaypoint |
Returns
void
posHeadingDataProvider
posHeadingDataProvider:
GtcPositionHeadingDataProvider
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/Nearest/GtcNearestTab.tsx:312
A provider of airplane position and heading data.
ref?
optional
ref:NodeReference
<any
>
Defined in: sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
sidebarState?
optional
sidebarState:GtcSidebarState
|Subscribable
<null
|GtcSidebarState
>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/Nearest/GtcNearestTab.tsx:324
The SidebarState to use.