Interface: GtcUserWaypointInfoOptionsPopupProps
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/WaypointInfoPages/GtcUserWaypointInfoOptionsPopup.tsx:23
Component props for GtcUserWaypointInfoOptionsPopup.
Extends
Properties
children?
optional
children:DisplayChildren
[]
Defined in: sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
controller
controller:
GtcUserWaypointEditController
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/WaypointInfoPages/GtcUserWaypointInfoOptionsPopup.tsx:25
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
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
gtcService
gtcService:
GtcService
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:14
The GtcService instance.
Inherited from
initSelection()
initSelection: (
facility
) =>void
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/WaypointInfoPages/GtcUserWaypointInfoOptionsPopup.tsx:31
A function which initializes the selected waypoint of the popup's parent page.
Parameters
Parameter | Type |
---|---|
facility | UserFacility |
Returns
void
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
ref?
optional
ref:NodeReference
<any
>
Defined in: sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
selectedWaypoint
selectedWaypoint:
Subscribable
<null
|FacilityWaypoint
<UserFacility
>>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/WaypointInfoPages/GtcUserWaypointInfoOptionsPopup.tsx:28
The selected waypoint.
showOnMap
showOnMap:
MutableSubscribable
<boolean
>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/WaypointInfoPages/GtcUserWaypointInfoOptionsPopup.tsx:34
Whether to show the waypoint information pane.