Skip to main content

Interface: FlightPlanTextInsetProps

The properties for the FlightPlanTextInset component.

Hierarchy

  • DisplayPaneInsetViewProps

    FlightPlanTextInsetProps

Properties

bus

bus: EventBus

An instance of the event bus.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/FlightPlanTextInset/FlightPlanTextInset.tsx:22


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

DisplayPaneInsetViewProps.children

Defined in

src/sdk/components/FSComponent.ts:122


flightPlanListManager

flightPlanListManager: FlightPlanListManager

The flight plan list manager to use.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/FlightPlanTextInset/FlightPlanTextInset.tsx:26


flightPlanStore

flightPlanStore: FlightPlanStore

The flight plan store.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/FlightPlanTextInset/FlightPlanTextInset.tsx:24


index

index: DisplayPaneIndex

The index of the view's parent pane.

Inherited from

DisplayPaneInsetViewProps.index

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneInsetView.ts:10


mapInsetTextCumulativeSetting

mapInsetTextCumulativeSetting: Subscribable<boolean>

Whether to use cumulative distance or not.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/FlightPlanTextInset/FlightPlanTextInset.tsx:28


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

DisplayPaneInsetViewProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


vnavDataProvider

vnavDataProvider: VNavDataProvider

A provider of VNAV data.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/FlightPlanTextInset/FlightPlanTextInset.tsx:30