Interface: TurnRateProps
Defined in: src/garminsdk/components/nextgenpfd/hsi/TurnRateIndicator.tsx:6
Component props for TurnRateIndicator.
Extends
ComponentProps
Properties
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
ComponentProps.children
compassRadius
compassRadius:
number
Defined in: src/garminsdk/components/nextgenpfd/hsi/TurnRateIndicator.tsx:8
The radius of the HSI compass, in pixels.
height?
optional
height:number
Defined in: src/garminsdk/components/nextgenpfd/hsi/TurnRateIndicator.tsx:11
The height of the indicator, in pixels. Defaults to 24 pixels.
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref
tickLength?
optional
tickLength:number
Defined in: src/garminsdk/components/nextgenpfd/hsi/TurnRateIndicator.tsx:20
The length of each indicator tick, in pixels. Defaults to 15 pixels.
tickOffset?
optional
tickOffset:number
Defined in: src/garminsdk/components/nextgenpfd/hsi/TurnRateIndicator.tsx:17
The radial offset, in pixels, of the inner end of each indicator tick from the outer edge of the HSI compass. Positive values move the ticks outward. Defaults to 3 pixels.
vectorArrowLength?
optional
vectorArrowLength:number
Defined in: src/garminsdk/components/nextgenpfd/hsi/TurnRateIndicator.tsx:35
The length of the turn rate vector arrow (base to tip), in pixels. Defaults to 12 pixels.
vectorArrowWidth?
optional
vectorArrowWidth:number
Defined in: src/garminsdk/components/nextgenpfd/hsi/TurnRateIndicator.tsx:32
The width of the turn rate vector arrow (inner to outer edge), in pixels. Defaults to 12 pixels.
vectorOffset?
optional
vectorOffset:number
Defined in: src/garminsdk/components/nextgenpfd/hsi/TurnRateIndicator.tsx:26
The radial offset, in pixels, of the inner edge of the turn rate vector from the outer edge of the HSI compass. Positive values move the vector outward. Defaults to 1 pixel.
vectorWidth?
optional
vectorWidth:number
Defined in: src/garminsdk/components/nextgenpfd/hsi/TurnRateIndicator.tsx:29
The width of the turn rate vector, in pixels. Defaults to 6 pixels.