Skip to main content

Interface: SelectedAltitudeBugProps

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

Props for the selected altitude bug.

Extends

Properties

altitudeDataProvider

altitudeDataProvider: AltitudeDataProvider

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

A provider of altitude data.


autopilotDataProvider

autopilotDataProvider: AutopilotDataProvider

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

An autopilot data provider.


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/SelectedAltitudeBug.tsx:26

Whether the PFD is being decluttered


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref