Skip to main content

Interface: TextPagesContainerProps

Props for TextPagesContainer

Hierarchy

  • ComponentProps

    TextPagesContainerProps

Properties

bus

bus: EventBus

The event bus

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/Components/TextPagesContainer.tsx:24


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

sdk/components/FSComponent.ts:122


facLoader

facLoader: FacilityLoader

The facility loader

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/Components/TextPagesContainer.tsx:33


mfdIndex

mfdIndex: number

The MFD index

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/Components/TextPagesContainer.tsx:42


performancePlan

performancePlan: PerformancePlanData

The performance plan

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/Components/TextPagesContainer.tsx:39


planner

planner: FlightPlanner<any>

The flight planner

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/Components/TextPagesContainer.tsx:30


pluginSystem

pluginSystem: PluginSystem<WT21MfdAvionicsPlugin, WT21PluginBinder>

The plugin system

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/Components/TextPagesContainer.tsx:27


predictor

predictor: FlightPlanPredictor

The flight plan predictor

Defined in

workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/MFD/Components/TextPagesContainer.tsx:36


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

sdk/components/FSComponent.ts:125