Skip to main content

Interface: GtcDirectToPageWaypointTabProps

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/DirectToPage/GtcDirectToPage.tsx:180

Component props for the waypoint tab.

Extends

Properties

children?

optional children: DisplayChildren[]

Defined in: sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

GtcViewProps.children


controller

controller: DirectToController

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/DirectToPage/GtcDirectToPage.tsx:192

The direct to controller.


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

GtcViewProps.controlMode


directToStore

directToStore: DirectToStore

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/DirectToPage/GtcDirectToPage.tsx:196

The direct to store.


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

GtcViewProps.displayPaneIndex


flightPlanStore

flightPlanStore: FlightPlanStore

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/DirectToPage/GtcDirectToPage.tsx:194

The flight plan store.


fms

fms: Fms

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/DirectToPage/GtcDirectToPage.tsx:182

An FMS state manager.


gtcService

gtcService: GtcService

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:14

The GtcService instance.

Inherited from

GtcViewProps.gtcService


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

GtcViewProps.isInOverlayStack


posHeadingDataProvider

posHeadingDataProvider: GtcPositionHeadingDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/DirectToPage/GtcDirectToPage.tsx:184

A provider for position and heading data.


ref?

optional ref: NodeReference<any>

Defined in: sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

GtcViewProps.ref


selectedWaypoint

selectedWaypoint: Subject<null | FacilityWaypoint<Facility>>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/DirectToPage/GtcDirectToPage.tsx:186

The selected waypoint for the direct to page.


selectedWaypointInfo

selectedWaypointInfo: WaypointInfoStore

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/DirectToPage/GtcDirectToPage.tsx:190

The waypoint info store.


waypointCache

waypointCache: GarminFacilityWaypointCache

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/DirectToPage/GtcDirectToPage.tsx:188

The waypoint cache.