Interface: HorizonLineProps
Component props for HorizonLine.
Hierarchy
ComponentProps
↳
HorizonLineProps
Properties
approximate
• approximate: boolean
| Subscribable
<boolean
>
Whether to approximate pitch scale based on FOV instead of performing a full projection.
Defined in
src/garminsdk/components/nextgenpfd/horizon/HorizonLine.tsx:71
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
occlusions
• occlusions: SubscribableArray
<HorizonOcclusionArea
>
The occlusion areas to apply to the horizon heading ticks and labels.
Defined in
src/garminsdk/components/nextgenpfd/horizon/HorizonLine.tsx:77
options
• options: Readonly
<HorizonLineOptions
>
Options for the horizon line.
Defined in
src/garminsdk/components/nextgenpfd/horizon/HorizonLine.tsx:80
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
show
• show: Subscribable
<boolean
>
Whether to show the horizon line.
Defined in
src/garminsdk/components/nextgenpfd/horizon/HorizonLine.tsx:65
showHeadingLabels
• showHeadingLabels: boolean
| Subscribable
<boolean
>
Whether to show heading labels.
Defined in
src/garminsdk/components/nextgenpfd/horizon/HorizonLine.tsx:68
useMagneticHeading
• useMagneticHeading: Subscribable
<boolean
>
Whether to show magnetic heading.
Defined in
src/garminsdk/components/nextgenpfd/horizon/HorizonLine.tsx:74