Skip to main content

Interface: FlightPlanTextPanelProps

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

The properties for the FlightPlanTextPanel component.

Extends

  • ComponentProps

Properties

bus

bus: EventBus

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

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

ComponentProps.children


flightPlanListManager

flightPlanListManager: FlightPlanListManager

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

The flight plan list manager to use.


flightPlanStore

flightPlanStore: FlightPlanStore

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

The flight plan store.


mapInsetTextCumulativeSetting

mapInsetTextCumulativeSetting: Subscribable<boolean>

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

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

ComponentProps.ref