Skip to main content

Interface: RollIndicatorProps

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/RollIndicator/RollIndicator.tsx:58

Component props for RollIndicator.

Extends

  • HorizonLayerProps

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

HorizonLayerProps.children


isTasDataValid

isTasDataValid: Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/RollIndicator/RollIndicator.tsx:66

Whether true airspeed data is valid.


options

options: Readonly<RollIndicatorOptions>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/RollIndicator/RollIndicator.tsx:69

Options for the roll indicator.


projection

projection: HorizonProjection

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

The layer's horizon projection.

Inherited from

HorizonLayerProps.projection


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

HorizonLayerProps.ref


showStandardRateTurnPointer

showStandardRateTurnPointer: Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/RollIndicator/RollIndicator.tsx:60

Whether to show the standard rate turn pointer.


tas

tas: Subscribable<number>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HorizonDisplay/RollIndicator/RollIndicator.tsx:63

The airplane's current true airspeed, in knots.


updateFreq?

optional updateFreq: Subscribable<number>

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

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