Interface: AileronRudderTrimGaugeProps
The properties for the AileronRudderTrimGauge component.
Hierarchy
ComponentProps
↳
AileronRudderTrimGaugeProps
Properties
bus
• bus: EventBus
An instance of the event bus.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/PfdCentralAreaLeftGauges/AileronRudderTrimGauge/AileronRudderTrimGauge.tsx:8
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
useAileronTrim
• useAileronTrim: boolean
Whether the aileron trim gauge should be displayed.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/PfdCentralAreaLeftGauges/AileronRudderTrimGauge/AileronRudderTrimGauge.tsx:12
useRudderTrim
• useRudderTrim: boolean
Whether the rudder trim gauge should be displayed.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/PfdCentralAreaLeftGauges/AileronRudderTrimGauge/AileronRudderTrimGauge.tsx:10