Skip to main content

Interface: TurnRateProps

Component props for TurnRateIndicator.

Hierarchy

  • ComponentProps

    TurnRateProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


compassRadius

compassRadius: number

The radius of the HSI compass, in pixels.

Defined in

src/garminsdk/components/nextgenpfd/hsi/TurnRateIndicator.tsx:8


height

Optional height: number

The height of the indicator, in pixels. Defaults to 24 pixels.

Defined in

src/garminsdk/components/nextgenpfd/hsi/TurnRateIndicator.tsx:11


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


tickLength

Optional tickLength: number

The length of each indicator tick, in pixels. Defaults to 15 pixels.

Defined in

src/garminsdk/components/nextgenpfd/hsi/TurnRateIndicator.tsx:20


tickOffset

Optional tickOffset: number

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.

Defined in

src/garminsdk/components/nextgenpfd/hsi/TurnRateIndicator.tsx:17


vectorArrowLength

Optional vectorArrowLength: number

The length of the turn rate vector arrow (base to tip), in pixels. Defaults to 12 pixels.

Defined in

src/garminsdk/components/nextgenpfd/hsi/TurnRateIndicator.tsx:35


vectorArrowWidth

Optional vectorArrowWidth: number

The width of the turn rate vector arrow (inner to outer edge), in pixels. Defaults to 12 pixels.

Defined in

src/garminsdk/components/nextgenpfd/hsi/TurnRateIndicator.tsx:32


vectorOffset

Optional vectorOffset: number

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.

Defined in

src/garminsdk/components/nextgenpfd/hsi/TurnRateIndicator.tsx:26


vectorWidth

Optional vectorWidth: number

The width of the turn rate vector, in pixels. Defaults to 6 pixels.

Defined in

src/garminsdk/components/nextgenpfd/hsi/TurnRateIndicator.tsx:29