Skip to main content

Interface: FlightPlanTextInsetProps

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/FlightPlanTextInset/FlightPlanTextInset.tsx:20

The properties for the FlightPlanTextInset component.

Extends

  • DisplayPaneInsetViewProps

Properties

bus

bus: EventBus

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/FlightPlanTextInset/FlightPlanTextInset.tsx:22

An instance of the event bus.


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

DisplayPaneInsetViewProps.children


flightPlanListManager

flightPlanListManager: FlightPlanListManager

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/FlightPlanTextInset/FlightPlanTextInset.tsx:26

The flight plan list manager to use.


flightPlanStore

flightPlanStore: FlightPlanStore

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/FlightPlanTextInset/FlightPlanTextInset.tsx:24

The flight plan store.


index

index: DisplayPaneIndex

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/DisplayPanes/DisplayPaneInsetView.ts:10

The index of the view's parent pane.

Inherited from

DisplayPaneInsetViewProps.index


mapInsetTextCumulativeSetting

mapInsetTextCumulativeSetting: Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/FlightPlanTextInset/FlightPlanTextInset.tsx:28

Whether to use cumulative distance or not.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

DisplayPaneInsetViewProps.ref


vnavDataProvider

vnavDataProvider: VNavDataProvider

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/FlightPlanTextInset/FlightPlanTextInset.tsx:30

A provider of VNAV data.