Skip to main content

Interface: ArtificalHorizonProps

Component props for ArtificialHorizon.

Hierarchy

  • ComponentProps

    ArtificalHorizonProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


options

options: Readonly<ArtificialHorizonOptions>

Options for the artificial horizon.

Defined in

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


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 artificial horizon.

Defined in

src/garminsdk/components/nextgenpfd/horizon/ArtificialHorizon.tsx:46