Interface: G3000CASDisplay2Props
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/CAS/G3000CASDisplay2.tsx:14
Component props for G3000CASDisplay2.
Extends
ComponentProps
Properties
bus
bus:
EventBus
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/CAS/G3000CASDisplay2.tsx:16
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
maxMessageCount
maxMessageCount:
number
|Subscribable
<number
>
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/CAS/G3000CASDisplay2.tsx:22
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:25
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:19
The messages to display.
pfdIndices
pfdIndices:
Iterable
<PfdIndex
>
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/CAS/G3000CASDisplay2.tsx:31
The PFD indices of the event bus scroll commands to which the display should respond.
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref
scrollState?
optional
scrollState:MutableSubscribable
<any
,Readonly
<CasDisplay2ScrollState
>>
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/CAS/G3000CASDisplay2.tsx:28
A mutable subscribable to which to write the scroll state of the display.