Skip to main content

Interface: G3000FullCASDisplay2Props

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/CAS/G3000CASDisplay2.tsx:383

Component props for G3000FullCASDisplay2.

Properties

bus

bus: EventBus

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/CAS/G3000CASDisplay2.tsx:385

The event bus


dataChecklist?

optional dataChecklist: string

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/CAS/G3000CASDisplay2.tsx:403

The data-checklist attribute to set on the display's root element, or undefined if the attribute should not be set.


maxMessageCount

maxMessageCount: number | Subscribable<number>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/CAS/G3000CASDisplay2.tsx:391

The maximum number of messages that can be displayed simultaneously.


maxUnscrollableWarningCount?

optional maxUnscrollableWarningCount: number | Subscribable<number>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/CAS/G3000CASDisplay2.tsx:394

The maximum number of warning messages that are always displayed and cannot be scrolled. Defaults to 0.


messages

messages: SubscribableArray<CasActiveMessage>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/CAS/G3000CASDisplay2.tsx:388

The messages to display.


pfdIndices

pfdIndices: PfdIndex[]

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/CAS/G3000CASDisplay2.tsx:397

The PFD indices of the event bus scroll commands to which the display should respond.