Skip to main content

Interface: AfcsStatusBoxProps

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/AfcsStatusBox/AfcsStatusBox.tsx:22

Component props for AfcsStatusBox.

Extends

  • ComponentProps

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


maxVerticalRightSlots

maxVerticalRightSlots: number | Subscribable<number>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/AfcsStatusBox/AfcsStatusBox.tsx:35

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.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


supportYawDamper

supportYawDamper: boolean

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/AfcsStatusBox/AfcsStatusBox.tsx:27

Whether the yaw damper indication is supported.


uiService

uiService: UiService

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/AfcsStatusBox/AfcsStatusBox.tsx:24

The UI service.