Skip to main content

Interface: CASProps

Defined in: src/garminsdk/components/cas/CAS.tsx:26

The props for a CAS element.

Extends

  • ComponentProps

Properties

alertCounts?

optional alertCounts: ObjectSubject<CASAlertCounts>

Defined in: src/garminsdk/components/cas/CAS.tsx:34

An optional subject to pass back the alert counts.


annunciations

annunciations: SubscribableArray<CasActiveMessage>

Defined in: src/garminsdk/components/cas/CAS.tsx:30

Alert subject.


bus

bus: EventBus

Defined in: src/garminsdk/components/cas/CAS.tsx:28

The event bus.


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


numAnnunciationsShown

numAnnunciationsShown: number | Subscribable<number>

Defined in: src/garminsdk/components/cas/CAS.tsx:32

The number of annunciations to display at once.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref