Skip to main content

Interface: G3XAirspeedIndicatorProps

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/AirspeedIndicator/G3XAirspeedIndicator.tsx:74

Component props for G3XAirspeedIndicator.

Extends

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


colorRanges

colorRanges: Iterable<AirspeedIndicatorColorRange>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/AirspeedIndicator/G3XAirspeedIndicator.tsx:88

Definitions for color ranges to include on the airspeed tape.


dataProvider

dataProvider: AirspeedIndicatorDataProvider

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/AirspeedIndicator/G3XAirspeedIndicator.tsx:76

A data provider for the indicator.


declutter

declutter: Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/AirspeedIndicator/G3XAirspeedIndicator.tsx:82

Whether the indicator should be decluttered.


gsDataProvider

gsDataProvider: AirspeedIndicatorGsDataProvider

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/AirspeedIndicator/G3XAirspeedIndicator.tsx:79

A ground speed data provider for the indicator.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


tapeScaleOptions

tapeScaleOptions: Readonly<G3XAirspeedTapeScaleOptions>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/AirspeedIndicator/G3XAirspeedIndicator.tsx:85

Scale options for the airspeed tape.


vSpeedBugOptions

vSpeedBugOptions: Readonly<G3XVSpeedBugOptions>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/AirspeedIndicator/G3XAirspeedIndicator.tsx:91

Options for reference V-speed bugs.