Skip to main content

Interface: PfdAileronRudderTrimGaugeProps

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/TrimFlapGauges/AileronRudderTrimGauge/PfdAileronRudderTrimGauge.tsx:13

Component props for PfdAileronRudderTrimGauge.

Extends

Properties

aileronTrimGaugeConfig?

optional aileronTrimGaugeConfig: PfdAileronTrimGaugeConfig

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/TrimFlapGauges/AileronRudderTrimGauge/PfdAileronRudderTrimGauge.tsx:21

A configuration object that defines options for the aileron trim gauge. If not defined, then the aileron trim gauge will not be rendered.


bus

bus: EventBus

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/TrimFlapGauges/AileronRudderTrimGauge/PfdAileronRudderTrimGauge.tsx:15

An instance of 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


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


rudderTrimGaugeConfig?

optional rudderTrimGaugeConfig: PfdRudderTrimGaugeConfig

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

A configuration object that defines options for the rudder trim gauge. If not defined, then the rudder trim gauge will not be rendered.