Skip to main content

Interface: AltitudeTapeContainerProps

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Altitude/AltitudeTapeContainer.tsx:15

Props for the altitude tape container area.

Extends

Properties

altitudeDataProvider

altitudeDataProvider: AltitudeDataProvider

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Altitude/AltitudeTapeContainer.tsx:19

The altitude data provider to use.


autopilotDataProvider

autopilotDataProvider: AutopilotDataProvider

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Altitude/AltitudeTapeContainer.tsx:21

An autopilot data provider.


bus

bus: EventBus

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Altitude/AltitudeTapeContainer.tsx:17

The event bus.


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


declutter

declutter: Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Altitude/AltitudeTapeContainer.tsx:27

Whether the PFD is being decluttered


pfdSettingsManager

pfdSettingsManager: UserSettingManager<PfdAliasedUserSettingTypes>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Altitude/AltitudeTapeContainer.tsx:23

The aliased PFD settings manager.


radioAltimeterDataProvider

radioAltimeterDataProvider: RadioAltimeterDataProvider

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Altitude/AltitudeTapeContainer.tsx:25

The radio altimeter data provider to use.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref