Skip to main content

Interface: ArtificalHorizonProps

Defined in: src/garminsdk/components/nextgenpfd/horizon/ArtificialHorizon.tsx:44

Component props for ArtificialHorizon.

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


options

options: Readonly<ArtificialHorizonOptions>

Defined in: src/garminsdk/components/nextgenpfd/horizon/ArtificialHorizon.tsx:49

Options for the artificial horizon.


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/ArtificialHorizon.tsx:46

Whether to show the artificial horizon.