Skip to main content

Interface: GtcNearestTabProps

GtcNearestTab props.

Hierarchy

Properties

activeComponent

Optional activeComponent: MutableSubscribable<null | GtcInteractionHandler, null | GtcInteractionHandler>

A reference to the parent GtcView's _activeComponent.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Nearest/GtcNearestTab.tsx:318


bus

bus: EventBus

An event bus.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Nearest/GtcNearestTab.tsx:306


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

GtcViewProps.children

Defined in

sdk/components/FSComponent.ts:122


controlMode

controlMode: GtcControlMode

The GTC control mode to which the view belongs.

Inherited from

GtcViewProps.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

GtcViewProps.displayPaneIndex

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:18


facilitySearchType

facilitySearchType: G3000WaypointSearchType | Subscribable<G3000WaypointSearchType>

Type of facility to search.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Nearest/GtcNearestTab.tsx:315


gtcService

gtcService: GtcService

The GtcService instance

Inherited from

GtcViewProps.gtcService

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:12


onSelected

onSelected: (waypoint: FacilityWaypoint<Facility>) => void

A function to execute when a waypoint is selected.

Type declaration

▸ (waypoint): void

A function to execute when a waypoint is selected.

Parameters
NameType
waypointFacilityWaypoint<Facility>
Returns

void

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Nearest/GtcNearestTab.tsx:312


posHeadingDataProvider

posHeadingDataProvider: GtcPositionHeadingDataProvider

A provider of airplane position and heading data.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Nearest/GtcNearestTab.tsx:309


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

GtcViewProps.ref

Defined in

sdk/components/FSComponent.ts:125


sidebarState

Optional sidebarState: GtcSidebarState | Subscribable<null | GtcSidebarState>

The SidebarState to use.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Nearest/GtcNearestTab.tsx:321