Skip to main content

Interface: G3000CASDisplayProps

Component props for G3000CASDisplay.

Hierarchy

  • CASProps

    G3000CASDisplayProps

Properties

alertCounts

Optional alertCounts: ObjectSubject<CASAlertCounts>

An optional subject to pass back the alert counts.

Inherited from

CASProps.alertCounts

Defined in

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


annunciations

annunciations: SubscribableArray<CasActiveMessage>

Alert subject.

Inherited from

CASProps.annunciations

Defined in

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


bus

bus: EventBus

The event bus.

Inherited from

CASProps.bus

Defined in

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


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

CASProps.children

Defined in

src/sdk/components/FSComponent.ts:122


numAnnunciationsShown

numAnnunciationsShown: number | Subscribable<number>

The number of annunciations to display at once.

Inherited from

CASProps.numAnnunciationsShown

Defined in

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


pfdIndices

pfdIndices: PfdIndex[]

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

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/CAS/CAS.tsx:16


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

CASProps.ref

Defined in

src/sdk/components/FSComponent.ts:125