Skip to main content

Interface: HsiGpsIntegrityAnnunciationProps

Component props for HsiGpsIntegrityAnnunciation.

Hierarchy

  • ComponentProps

    HsiGpsIntegrityAnnunciationProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


mode

mode: Subscribable<HsiGpsIntegrityAnnunciationMode>

The mode to display.

Defined in

src/garminsdk/components/nextgenpfd/hsi/HsiGpsIntegrityAnnunciation.tsx:18


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125