Skip to main content

Interface: RollIndicatorProps

Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:76

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


options

options: Readonly<RollIndicatorOptions>

Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:90

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


scaleComponents?

optional scaleComponents: Iterable<RollIndicatorScaleComponentFactory>

Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:95

Factories to create roll scale components to render with the indicator.


show

show: Subscribable<boolean>

Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:78

Whether to show the indicator.


showLowBankArc

showLowBankArc: Subscribable<boolean>

Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:84

Whether to show the low-bank arc.


showSlipSkid

showSlipSkid: Subscribable<boolean>

Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:81

Whether to show the slip-skid indicator.


turnCoordinatorBall

turnCoordinatorBall: Subscribable<number>

Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:87

The turn coordinator ball position, normalized to the range [-1, 1].


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