Skip to main content

Interface: HsiGpsIntegrityAnnunciationProps

Defined in: src/garminsdk/components/nextgenpfd/hsi/HsiGpsIntegrityAnnunciation.tsx:16

Component props for HsiGpsIntegrityAnnunciation.

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


mode

mode: Subscribable<HsiGpsIntegrityAnnunciationMode>

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

The mode to display.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref