Interface: GtcUserWaypointInfoOptionsPopupProps
Component props for GtcUserWaypointInfoOptionsPopup.
Hierarchy
↳
GtcUserWaypointInfoOptionsPopupProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
Defined in
sdk/components/FSComponent.ts:122
controlMode
• controlMode: GtcControlMode
The GTC control mode to which the view belongs.
Inherited from
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/GtcUserWaypointInfoOptionsPopup.tsx:19
displayPaneIndex
• Optional
displayPaneIndex: ControllableDisplayPaneIndex
The index of the display pane that this view is tied to.
Inherited from
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:18
gtcService
• gtcService: GtcService
The GtcService instance
Inherited from
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:12
initSelection
• initSelection: (facility
: UserFacility
) => void
A function which initializes the selected waypoint of the popup's parent page.
Type declaration
▸ (facility
): void
A function which initializes the selected waypoint of the popup's parent page.
Parameters
Name | Type |
---|---|
facility | UserFacility |
Returns
void
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcUserWaypointInfoOptionsPopup.tsx:25
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
Defined in
sdk/components/FSComponent.ts:125
selectedWaypoint
• selectedWaypoint: Subscribable
<null
| FacilityWaypoint
<UserFacility
>>
The selected waypoint.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcUserWaypointInfoOptionsPopup.tsx:22
showOnMap
• showOnMap: MutableSubscribable
<boolean
, boolean
>
Whether to show the waypoint information pane.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcUserWaypointInfoOptionsPopup.tsx:28