Interface: HorizontalTrimGaugeProps
The properties for the HorizontalTrimGauge component.
Hierarchy
ComponentProps
↳
HorizontalTrimGaugeProps
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/HorizontalTrimGauge/HorizontalTrimGauge.tsx:9
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
event
• event: "gear_position"
| "gear_is_on_ground"
| "flaps_handle_index"
| "flaps_left_angle"
| "flaps_right_angle"
| "flaps_left_percent"
| "flaps_right_percent"
| "slats_left_angle"
| "slats_right_angle"
| "slats_left_percent"
| "slats_right_percent"
| "spoilers_left_percent"
| "spoilers_right_percent"
| "spoilers_without_spoilerons_left_percent"
| "elevator_trim_angle"
| "elevator_trim_pct"
| "elevator_trim_neutral_pct"
| "aileron_trim_angle"
| "aileron_trim_pct"
| "rudder_trim_angle"
| "rudder_trim_pct"
| "aileron_left_percent"
| "aileron_right_percent"
| "elevator_percent"
| "elevator_position"
| "rudder_percent"
| "gear_handle_position"
| `gear_position_${number}` | `gear_is_on_ground_${number}`
The event to subscribe to for gauge, may be any of *_pct events with values in -100...100 range.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/PfdCentralAreaLeftGauges/AileronRudderTrimGauge/HorizontalTrimGauge/HorizontalTrimGauge.tsx:13
markerLabel
• markerLabel: string
The label to display on the marker.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/PfdCentralAreaLeftGauges/AileronRudderTrimGauge/HorizontalTrimGauge/HorizontalTrimGauge.tsx:17
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125