Type Alias: RollIndicatorOptions
RollIndicatorOptions =
object
Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:12
Options for RollIndicator.
Properties
lowBankAngle?
optional
lowBankAngle:number
Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:28
The bank angle limit, in degrees, in Low Bank Mode. If not defined, the low-bank arc will not be displayed.
majorTickLength
majorTickLength:
number
Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:31
The length of the major roll scale ticks, in pixels.
minorTickLength
minorTickLength:
number
Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:34
The length of the minor roll scale ticks, in pixels.
pointerStyle
pointerStyle:
"ground"
|"sky"
Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:25
Whether to render the indicator with a ground pointer or a sky pointer. With a ground pointer, the roll scale rotates as the airplane banks to keep the zero-roll reference pointer pointed toward the ground while the roll pointer remains fixed. With a sky pointer, the roll pointer rotates as the airplane banks to keep itself pointed toward the sky while the roll scale remains fixed.
radius
radius:
number
Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:14
The radius of the roll scale, in pixels.
referencePointerOffset
referencePointerOffset:
number
Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:43
The offset of the tip of the zero-roll reference pointer from the roll scale, in pixels. Positive values displace the pointer away from the center of the circle circumscribed by the roll scale.
referencePointerSize
referencePointerSize:
ReadonlyFloat64Array
Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:37
The size of the zero-roll reference pointer, as [width, height]
in pixels.
rollPointerOffset
rollPointerOffset:
number
Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:52
The offset of the tip of the roll pointer from the roll scale, in pixels. Positive values displace the pointer toward the center of the circle circumscribed by the roll scale.
rollPointerSize
rollPointerSize:
ReadonlyFloat64Array
Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:46
The size of the roll pointer, as [width, height]
in pixels.
showArc
showArc:
boolean
Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:17
Whether to render the roll arc.
slipSkidIndicatorHeight
slipSkidIndicatorHeight:
number
Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:58
The height of the slip/skid indicator, in pixels.
slipSkidIndicatorOffset
slipSkidIndicatorOffset:
number
Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:55
The offset of the slip/skid indicator from the roll pointer, in pixels. Values less than 0 will be clamped to 0.
slipSkidIndicatorTranslateScale
slipSkidIndicatorTranslateScale:
number
Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:61
The amount to translate the slip/skid indicator, in pixels, at full deflection.