Skip to main content

Interface: WaypointOptionsSlideoutMenuProps

The properties for the WaypointOptionsSlideoutMenu component.

Hierarchy

  • GtcFlightPlanPageSlideoutMenuProps

    WaypointOptionsSlideoutMenuProps

Properties

canScrollDown

canScrollDown: Subscribable<boolean>

Whether there are still waypoints still scroll down to.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/FlightPlanPage/WaypointOptionsSlideoutMenu.tsx:51


canScrollUp

canScrollUp: Subscribable<boolean>

Whether there are still waypoints still scroll up to.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/FlightPlanPage/WaypointOptionsSlideoutMenu.tsx:48


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

GtcFlightPlanPageSlideoutMenuProps.children

Defined in

sdk/components/FSComponent.ts:122


controlMode

controlMode: GtcControlMode

The GTC control mode to which the view belongs.

Inherited from

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

GtcFlightPlanPageSlideoutMenuProps.displayPaneIndex

Defined in

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


fms

fms: Fms<any>

An instance of the Fms.

Defined in

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


gtcService

gtcService: GtcService

The GtcService instance

Inherited from

GtcFlightPlanPageSlideoutMenuProps.gtcService

Defined in

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


listManager

listManager: FlightPlanListManager

The flight plan list manager.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/FlightPlanPage/WaypointOptionsSlideoutMenu.tsx:39


onWaypointInserted

onWaypointInserted: (newLeg: LegDefinition) => void

Callback to call when a waypoint was inserted from this menu.

Type declaration

▸ (newLeg): void

Callback to call when a waypoint was inserted from this menu.

Parameters
NameType
newLegLegDefinition
Returns

void

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/FlightPlanPage/WaypointOptionsSlideoutMenu.tsx:42


planIndex

planIndex: number

Which flight plan index to work with.

Defined in

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


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

GtcFlightPlanPageSlideoutMenuProps.ref

Defined in

sdk/components/FSComponent.ts:125


selectNextWaypoint

selectNextWaypoint: (direction: 1 | -1) => void

Selects the next waypoint in the given direction.

Type declaration

▸ (direction): void

Selects the next waypoint in the given direction.

Parameters
NameType
direction1 | -1
Returns

void

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/FlightPlanPage/WaypointOptionsSlideoutMenu.tsx:45


selectedListData

selectedListData: MutableSubscribable<null | SelectableFlightPlanListData, null | SelectableFlightPlanListData>

A mutable subscribable which controls the selected list data. If not defined, pressing the list item's leg button will not cause its list data to become selected or unselected.

Inherited from

GtcFlightPlanPageSlideoutMenuProps.selectedListData

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/FlightPlanPage/GtcFlightPlanPageSlideoutMenu.tsx:15


store

store: FlightPlanStore

The flight plan store.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/FlightPlanPage/WaypointOptionsSlideoutMenu.tsx:36