Class: PfdTrimFlapGaugesConfig
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/TrimFlapGauges/PfdTrimFlapGaugesConfig.ts:10
A configuration object which defines PFD trim/flap gauge options.
Implements
Constructors
Constructor
new PfdTrimFlapGaugesConfig(
element
):PfdTrimFlapGaugesConfig
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/TrimFlapGauges/PfdTrimFlapGaugesConfig.ts:28
Creates a new PfdTrimFlapGaugesConfig from a configuration document element.
Parameters
Parameter | Type | Description |
---|---|---|
element | undefined | Element | A configuration document element. |
Returns
PfdTrimFlapGaugesConfig
Properties
aileronTrimGauge?
readonly
optional
aileronTrimGauge:PfdAileronTrimGaugeConfig
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/TrimFlapGauges/PfdTrimFlapGaugesConfig.ts:19
A config which defines options for the PFD's aileron trim gauge, or undefined
if the gauge is not supported.
elevatorTrimGauge?
readonly
optional
elevatorTrimGauge:PfdElevatorTrimGaugeConfig
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/TrimFlapGauges/PfdTrimFlapGaugesConfig.ts:16
A config which defines options for the PFD's elevator trim gauge, or undefined
if the gauge is not supported.
flapsGauge?
readonly
optional
flapsGauge:PfdFlapsGaugeConfig
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/TrimFlapGauges/PfdTrimFlapGaugesConfig.ts:13
A config which defines options for the PFD flaps gauge, or undefined
if the gauge is not supported.
rudderTrimGauge?
readonly
optional
rudderTrimGauge:PfdRudderTrimGaugeConfig
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/TrimFlapGauges/PfdTrimFlapGaugesConfig.ts:22
A config which defines options for the PFD's rudder trim gauge, or undefined
if the gauge is not supported.