Skip to main content

Interface: PfdFlapsElevatorTrimGaugeProps

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

Component props for PfdFlapsElevatorTrimGauge.

Extends

  • ComponentProps

Properties

bus

bus: EventBus

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/TrimFlapGauges/FlapsElevatorTrimGauge/PfdFlapsElevatorTrimGauge.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


elevatorTrimGaugeConfig?

optional elevatorTrimGaugeConfig: PfdElevatorTrimGaugeConfig

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

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


flapsGaugeConfig?

optional flapsGaugeConfig: PfdFlapsGaugeConfig

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

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


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref