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
options
• options: RollIndicatorOptions
Options for the roll indicator.
Defined in
src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:79
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
show
• show: Subscribable
<boolean
>
Whether to show the indicator.
Defined in
src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:67
showLowBankArc
• showLowBankArc: Subscribable
<boolean
>
Whether to show the low-bank arc.
Defined in
src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:73
showSlipSkid
• showSlipSkid: Subscribable
<boolean
>
Whether to show the slip-skid indicator.
Defined in
src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:70
turnCoordinatorBall
• turnCoordinatorBall: Subscribable
<number
>
The turn coordinator ball position, normalized to the range [-1, 1]
.
Defined in
src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:76
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