Skip to main content

Interface: GtcUserWaypointInfoPage2Props

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/WaypointInfoPages/GtcUserWaypointInfoPage2.tsx:20

Component props for GtcUserWaypointInfoPage2.

Extends

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

GtcWaypointInfoPage2Props.children


controller

controller: GtcUserWaypointEditController

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/WaypointInfoPages/GtcUserWaypointInfoPage2.tsx:22

A controller for editing user waypoints.


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

GtcWaypointInfoPage2Props.controlMode


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

GtcWaypointInfoPage2Props.displayPaneIndex


facLoader

facLoader: FacilityLoader

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage2.tsx:27

The facility loader to use.

Inherited from

GtcWaypointInfoPage2Props.facLoader


gtcService

gtcService: GtcService

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

The GtcService instance.

Inherited from

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

GtcWaypointInfoPage2Props.isInOverlayStack


posHeadingDataProvider

posHeadingDataProvider: GtcPositionHeadingDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage2.tsx:30

A provider of airplane position and heading data.

Inherited from

GtcWaypointInfoPage2Props.posHeadingDataProvider


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

GtcWaypointInfoPage2Props.ref


selectedUserWaypoint

selectedUserWaypoint: MutableSubscribable<FacilityWaypoint<UserFacility> | null>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/WaypointInfoPages/GtcUserWaypointInfoPage2.tsx:28

A mutable subscribable from and to which to sync the page's selected user waypoint.


userWaypoints

userWaypoints: SubscribableArray<FacilityWaypoint<UserFacility>>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/WaypointInfoPages/GtcUserWaypointInfoPage2.tsx:25

An array of all existing user waypoints.