Skip to main content

Interface: WaypointOptionsSlideoutMenuProps

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/FlightPlanPage/WaypointOptionsSlideoutMenu.tsx:27

The properties for the WaypointOptionsSlideoutMenu component.

Extends

  • GtcFlightPlanPageSlideoutMenuProps

Properties

canScrollDown

canScrollDown: Subscribable<boolean>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/FlightPlanPage/WaypointOptionsSlideoutMenu.tsx:50

Whether there are still waypoints still scroll down to.


canScrollUp

canScrollUp: Subscribable<boolean>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/FlightPlanPage/WaypointOptionsSlideoutMenu.tsx:47

Whether there are still waypoints still scroll up to.


children?

optional children: DisplayChildren[]

Defined in: sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

GtcFlightPlanPageSlideoutMenuProps.children


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

GtcFlightPlanPageSlideoutMenuProps.controlMode


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

GtcFlightPlanPageSlideoutMenuProps.displayPaneIndex


fms

fms: Fms

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/FlightPlanPage/WaypointOptionsSlideoutMenu.tsx:29

An instance of the Fms.


gtcService

gtcService: GtcService

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:14

The GtcService instance.

Inherited from

GtcFlightPlanPageSlideoutMenuProps.gtcService


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

GtcFlightPlanPageSlideoutMenuProps.isInOverlayStack


listManager

listManager: FlightPlanListManager

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/FlightPlanPage/WaypointOptionsSlideoutMenu.tsx:38

The flight plan list manager.


onWaypointInserted()

onWaypointInserted: (newLeg) => void

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/FlightPlanPage/WaypointOptionsSlideoutMenu.tsx:41

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

Parameters

ParameterType
newLegLegDefinition

Returns

void


planIndex

planIndex: number

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/FlightPlanPage/WaypointOptionsSlideoutMenu.tsx:32

Which flight plan index to work with.


ref?

optional ref: NodeReference<any>

Defined in: sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

GtcFlightPlanPageSlideoutMenuProps.ref


selectedListData

selectedListData: MutableSubscribable<null | SelectableFlightPlanListData>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/FlightPlanPage/GtcFlightPlanPageSlideoutMenu.tsx:15

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


selectNextWaypoint()

selectNextWaypoint: (direction) => void

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/FlightPlanPage/WaypointOptionsSlideoutMenu.tsx:44

Selects the next waypoint in the given direction.

Parameters

ParameterType
direction-1 | 1

Returns

void


store

store: FlightPlanStore

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/FlightPlanPage/WaypointOptionsSlideoutMenu.tsx:35

The flight plan store.