Skip to main content

Interface: GtcUserWaypointInfoPageProps

Component props for GtcUserWaypointInfoPage.

Hierarchy

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

GtcWaypointInfoPageProps.children

Defined in

sdk/components/FSComponent.ts:122


controlMode

controlMode: GtcControlMode

The GTC control mode to which the view belongs.

Inherited from

GtcWaypointInfoPageProps.controlMode

Defined in

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


controller

controller: GtcUserWaypointEditController

A controller for editing user waypoints.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcUserWaypointInfoPage.tsx:34


displayPaneIndex

Optional displayPaneIndex: ControllableDisplayPaneIndex

The index of the display pane that this view is tied to.

Inherited from

GtcWaypointInfoPageProps.displayPaneIndex

Defined in

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


facLoader

facLoader: FacilityLoader

A facility loader.

Inherited from

GtcWaypointInfoPageProps.facLoader

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:25


gtcService

gtcService: GtcService

The GtcService instance

Inherited from

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

GtcWaypointInfoPageProps.posHeadingDataProvider

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPage.tsx:28


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

GtcWaypointInfoPageProps.ref

Defined in

sdk/components/FSComponent.ts:125


selectedUserWaypoint

selectedUserWaypoint: MutableSubscribable<null | FacilityWaypoint<UserFacility>, null | FacilityWaypoint<UserFacility>>

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

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcUserWaypointInfoPage.tsx:40


userWaypoints

userWaypoints: SubscribableArray<FacilityWaypoint<UserFacility>>

An array of all existing user waypoints.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcUserWaypointInfoPage.tsx:37