Skip to main content

Interface: FlightPathSpeedErrorProps

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/FlightPathSpeedError.tsx:10

Props the acceleration chevron.

Extends

Properties

airspeedDataProvider

airspeedDataProvider: AirspeedDataProvider

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/FlightPathSpeedError.tsx:12

The airspeed data provider to use.


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


isHidden

isHidden: Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Horizon/FlightPathSpeedError.tsx:14

Whether to show the chevron.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref