Skip to main content

Interface: RollIndicatorProps

Component props for RollIndicator.

Hierarchy

  • HorizonLayerProps

    RollIndicatorProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

HorizonLayerProps.children

Defined in

src/sdk/components/FSComponent.ts:122


isTasDataValid

isTasDataValid: Subscribable<boolean>

Whether true airspeed data is valid.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/RollIndicator/RollIndicator.tsx:66


options

options: Readonly<RollIndicatorOptions>

Options for the roll indicator.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/RollIndicator/RollIndicator.tsx:69


projection

projection: HorizonProjection

The layer's horizon projection.

Inherited from

HorizonLayerProps.projection

Defined in

src/sdk/components/horizon/HorizonLayer.ts:10


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

HorizonLayerProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


showStandardRateTurnPointer

showStandardRateTurnPointer: Subscribable<boolean>

Whether to show the standard rate turn pointer.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/RollIndicator/RollIndicator.tsx:60


tas

tas: Subscribable<number>

The airplane's current true airspeed, in knots.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HorizonDisplay/RollIndicator/RollIndicator.tsx:63


updateFreq

Optional updateFreq: Subscribable<number>

A subscribable which provides the maximum update frequency of the layer, in hertz. Note that the actual update frequency will not exceed the update frequency of the layer's parent map. If not defined, the frequency will default to that of the layer's parent map.

Inherited from

HorizonLayerProps.updateFreq

Defined in

src/sdk/components/horizon/HorizonLayer.ts:17