Skip to main content

Interface: GtcNearestWaypointOptionsPopupProps<T>

Component props for GtcNearestWaypointOptionsPopup.

Type parameters

NameType
Textends NearestWaypointFacilityType

Hierarchy

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

GtcViewProps.children

Defined in

sdk/components/FSComponent.ts:122


class

Optional class: string

CSS class(es) to apply to the popup's root element.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/NearestPages/GtcNearestWaypointOptionsPopup.tsx:33


controlMode

controlMode: GtcControlMode

The GTC control mode to which the view belongs.

Inherited from

GtcViewProps.controlMode

Defined in

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


displayPaneIndex

Optional displayPaneIndex: ControllableDisplayPaneIndex

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

Inherited from

GtcViewProps.displayPaneIndex

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

GtcViewProps.gtcService

Defined in

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


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

GtcViewProps.ref

Defined in

sdk/components/FSComponent.ts:125


selectedWaypoint

selectedWaypoint: MutableSubscribable<null | NearestWaypointTypeMap[T], null | NearestWaypointTypeMap[T]>

The selected waypoint for this popup's parent nearest waypoint page.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/NearestPages/GtcNearestWaypointOptionsPopup.tsx:27


showOnMap

showOnMap: MutableSubscribable<boolean, boolean>

Whether to show the nearest waypoint pane.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/NearestPages/GtcNearestWaypointOptionsPopup.tsx:30


title

Optional title: string

The GTC view title to display while the popup is active.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/NearestPages/GtcNearestWaypointOptionsPopup.tsx:18


waypointInfoViewKey

waypointInfoViewKey: string

The view key of the waypoint information page opened by the popup's Info button.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/NearestPages/GtcNearestWaypointOptionsPopup.tsx:24


waypointTypeText

waypointTypeText: string

The text to display for the waypoint type associated with this popup.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/NearestPages/GtcNearestWaypointOptionsPopup.tsx:21