Skip to main content

Interface: HorizonLineProps

Defined in: src/garminsdk/components/nextgenpfd/horizon/HorizonLine.tsx:63

Component props for HorizonLine.

Extends

  • ComponentProps

Properties

approximate

approximate: boolean | Subscribable<boolean>

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

Whether to approximate pitch scale based on FOV instead of performing a full projection.


children?

optional children: DisplayChildren[]

Defined in: src/sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

ComponentProps.children


occlusions

occlusions: SubscribableArray<HorizonOcclusionArea>

Defined in: src/garminsdk/components/nextgenpfd/horizon/HorizonLine.tsx:77

The occlusion areas to apply to the horizon heading ticks and labels.


options

options: Readonly<HorizonLineOptions>

Defined in: src/garminsdk/components/nextgenpfd/horizon/HorizonLine.tsx:80

Options for the horizon line.


ref?

optional ref: NodeReference<any>

Defined in: src/sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

ComponentProps.ref


show

show: Subscribable<boolean>

Defined in: src/garminsdk/components/nextgenpfd/horizon/HorizonLine.tsx:65

Whether to show the horizon line.


showHeadingLabels

showHeadingLabels: boolean | Subscribable<boolean>

Defined in: src/garminsdk/components/nextgenpfd/horizon/HorizonLine.tsx:68

Whether to show heading labels.


useMagneticHeading

useMagneticHeading: Subscribable<boolean>

Defined in: src/garminsdk/components/nextgenpfd/horizon/HorizonLine.tsx:74

Whether to show magnetic heading.