Interface: CASProps
The props for a CAS element.
Hierarchy
ComponentProps
↳
CASProps
Properties
alertCounts
• Optional
alertCounts: ObjectSubject
<CASAlertCounts
>
An optional subject to pass back the alert counts.
Defined in
src/garminsdk/components/cas/CAS.tsx:34
annunciations
• annunciations: SubscribableArray
<CasActiveMessage
>
Alert subject.
Defined in
src/garminsdk/components/cas/CAS.tsx:30
bus
• bus: EventBus
The event bus.
Defined in
src/garminsdk/components/cas/CAS.tsx:28
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
numAnnunciationsShown
• numAnnunciationsShown: number
| Subscribable
<number
>
The number of annunciations to display at once.
Defined in
src/garminsdk/components/cas/CAS.tsx:32
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125