Skip to main content

Interface: G3000CASDisplayProps

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/CAS/G3000CASDisplay.tsx:14

Component props for G3000CASDisplay.

Extends

  • CASProps

Properties

alertCounts?

optional alertCounts: ObjectSubject<CASAlertCounts>

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

An optional subject to pass back the alert counts.

Inherited from

CASProps.alertCounts


annunciations

annunciations: SubscribableArray<CasActiveMessage>

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

Alert subject.

Inherited from

CASProps.annunciations


bus

bus: EventBus

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

The event bus.

Inherited from

CASProps.bus


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

CASProps.children


numAnnunciationsShown

numAnnunciationsShown: number | Subscribable<number>

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

The number of annunciations to display at once.

Inherited from

CASProps.numAnnunciationsShown


pfdIndices

pfdIndices: PfdIndex[]

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/CAS/G3000CASDisplay.tsx:16

The index of the PFD(s) that we process control messages for.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

CASProps.ref