Interface: AfcsStatusBoxProps
Component props for AfcsStatusBox.
Hierarchy
ComponentProps
↳
AfcsStatusBoxProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
maxVerticalRightSlots
• maxVerticalRightSlots: number
| Subscribable
<number
>
The maximum number of available vertical mode slots to the right of the active mode indication. The number of available slots determines how many vertical mode target (altitude, vertical speed, airspeed) and armed mode indications can be displayed simultaneously. Each armed mode indication uses one slot. The airspeed target indication uses one slot. The altitude and vertical speed indications each use 1.5 slots.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/AfcsStatusBox/AfcsStatusBox.tsx:36
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
supportYawDamper
• supportYawDamper: boolean
Whether the yaw damper indication is supported.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/AfcsStatusBox/AfcsStatusBox.tsx:28
uiService
• uiService: UiService
The UI service.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/AfcsStatusBox/AfcsStatusBox.tsx:25