Skip to main content

Type Alias: HorizonRollLimitIndicatorsOptions

HorizonRollLimitIndicatorsOptions = object

Defined in: src/garminsdk/components/nextgenpfd/horizon/HorizonDisplay.tsx:71

Options for the roll limit indicators.

Properties

easeDuration?

optional easeDuration: number

Defined in: src/garminsdk/components/nextgenpfd/horizon/HorizonDisplay.tsx:88

The duration of the indicators' easing animation, in milliseconds. The easing animation is used to smoothly transition the indicators from one roll angle to another when the roll limits change. Defaults to 1000.


leftRollLimit

leftRollLimit: number | Accessible<number>

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

The roll angle magnitude at which to place the left limit indicator, in degrees. A non-finite value or NaN will cause the indicator to not be displayed.


rightRollLimit

rightRollLimit: number | Accessible<number>

Defined in: src/garminsdk/components/nextgenpfd/horizon/HorizonDisplay.tsx:82

The roll angle magnitude at which to place the right limit indicator, in degrees. A non-finite value or NaN will cause the indicator to not be displayed.