Interface: HsiCompassProps
Component props for HsiCompass.
Hierarchy
ComponentProps
↳
HsiCompassProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
labelOffset
• labelOffset: number
The offset, in pixels, of the compass labels from the edge of the compass.
Defined in
src/garminsdk/components/nextgenpfd/hsi/HsiCompass.tsx:17
majorTickLength
• majorTickLength: number
The length of the major compass ticks, in pixels.
Defined in
src/garminsdk/components/nextgenpfd/hsi/HsiCompass.tsx:11
minorTickLength
• minorTickLength: number
The length of the minor compass ticks, in pixels.
Defined in
src/garminsdk/components/nextgenpfd/hsi/HsiCompass.tsx:14
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
size
• size: number
The size of the compass, in pixels.
Defined in
src/garminsdk/components/nextgenpfd/hsi/HsiCompass.tsx:8