Skip to main content

Class: FlapsGaugeConfig

Flaps Gauge user settings.

Implements

Constructors

constructor

new FlapsGaugeConfig(element): FlapsGaugeConfig

Creates a new FlapsGaugeConfig from a configuration document element.

Parameters

NameTypeDescription
elementElementA configuration document element.

Returns

FlapsGaugeConfig

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/PfdCentralAreaLeftGauges/FlapsElevatorTrimGauge/FlapsGauge/FlapsGaugeConfig.ts:52

Properties

flapsGaugeComponents

Readonly flapsGaugeComponents: (FlapsGaugeLineComponentConfig | FlapsGaugeTickMarkComponentConfig | FlapsGaugeRangeComponentConfig)[] = []

flaps gauge components.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/PfdCentralAreaLeftGauges/FlapsElevatorTrimGauge/FlapsGauge/FlapsGaugeConfig.ts:46


maxFlapsValue

Readonly maxFlapsValue: number = 0

maximum flaps value.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/PfdCentralAreaLeftGauges/FlapsElevatorTrimGauge/FlapsGauge/FlapsGaugeConfig.ts:43


minFlapsValue

Readonly minFlapsValue: number = 0

minimum flaps value.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/PfdCentralAreaLeftGauges/FlapsElevatorTrimGauge/FlapsGauge/FlapsGaugeConfig.ts:40