Skip to main content

Interface: G3XAirspeedIndicatorProps

Component props for G3XAirspeedIndicator.

Hierarchy

  • ComponentProps

    G3XAirspeedIndicatorProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


colorRanges

colorRanges: Iterable<AirspeedIndicatorColorRange>

Definitions for color ranges to include on the airspeed tape.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/AirspeedIndicator/G3XAirspeedIndicator.tsx:88


dataProvider

dataProvider: AirspeedIndicatorDataProvider

A data provider for the indicator.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/AirspeedIndicator/G3XAirspeedIndicator.tsx:76


declutter

declutter: Subscribable<boolean>

Whether the indicator should be decluttered.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/AirspeedIndicator/G3XAirspeedIndicator.tsx:82


gsDataProvider

gsDataProvider: AirspeedIndicatorGsDataProvider

A ground speed data provider for the indicator.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/AirspeedIndicator/G3XAirspeedIndicator.tsx:79


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


tapeScaleOptions

tapeScaleOptions: Readonly<G3XAirspeedTapeScaleOptions>

Scale options for the airspeed tape.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/AirspeedIndicator/G3XAirspeedIndicator.tsx:85


vSpeedBugOptions

vSpeedBugOptions: Readonly<G3XVSpeedBugOptions>

Options for reference V-speed bugs.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/AirspeedIndicator/G3XAirspeedIndicator.tsx:91