Interface: G3XPeakingGaugeProps
Gauges for a gauge which can display peaks
Hierarchy
↳
G3XPeakingGaugeProps
Properties
allowPeakMode
• Optional
allowPeakMode: boolean
Should we show peak
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Gauges/G3XPeakingGaugeProps.ts:10
beginText
• beginText: string
Text at the beginning of the gauge.
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeProps.ts:41
bus
• bus: EventBus
An event bus for leaning events.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Gauges/G3XPeakingGaugeProps.ts:8
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
Defined in
src/sdk/components/FSComponent.ts:122
colorLines
• colorLines: G3XGaugeColorLine
[]
A list of colir lines.
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeProps.ts:27
colorLines2
• colorLines2: XMLGaugeColorLine
[]
A list of colir lines.
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeProps.ts:13
colorZones
• colorZones: G3XGaugeColorZone
[]
A list of color zones.
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeProps.ts:9
colorZones2
• Optional
colorZones2: G3XGaugeColorZone
[]
A list of color zones for double gauge.
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeProps.ts:11
cursorText1
• cursorText1: string
The label of the first cursor.
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeProps.ts:45
cursorText2
• cursorText2: string
The labe of the second cursor, for
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeProps.ts:47
dataChecklistId
• dataChecklistId: string
The identifier to assign to the data-checklist
attribute of the gauge's root element.
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeProps.ts:49
endText
• endText: string
Text at the end of the gauge.
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeProps.ts:43
graduationHasText
• graduationHasText: boolean
Do the graduations have text?
Inherited from
G3XGaugeProps.graduationHasText
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeProps.ts:39
graduationLength
• graduationLength: number
The length of individual graduations.
Inherited from
G3XGaugeProps.graduationLength
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeProps.ts:37
maximum
• maximum: CompositeLogicXMLElement
The maximum value.
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeProps.ts:25
maximum2
• maximum2: CompositeLogicXMLElement
The maximum2 value.
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeProps.ts:17
minimum
• minimum: CompositeLogicXMLElement
The minimum value.
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeProps.ts:23
minimum2
• minimum2: CompositeLogicXMLElement
The minimum2 value.
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeProps.ts:15
peakModeTriggerBusEvent
• Optional
peakModeTriggerBusEvent: string
The event to trigger when peak mode is toggled.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Gauges/G3XPeakingGaugeProps.ts:12
redBlink
• redBlink: CompositeLogicXMLElement
Any triggers for blinking the element red.
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeProps.ts:51
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
Defined in
src/sdk/components/FSComponent.ts:125
reflectPeakModeInHeader
• Optional
reflectPeakModeInHeader: boolean
Display peak visuals in header.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Gauges/G3XPeakingGaugeProps.ts:14
smoothFactor
• Optional
smoothFactor: number
An optional smoothing factor for value changes.
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeProps.ts:21
style
• style: Partial
<G3XGaugeStyle
>
Style for the gauge
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeProps.ts:19
title
• title: string
The title of the gauge.
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeProps.ts:33
unit
• unit: string
The units measured by the gauge.
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeProps.ts:35
value1
• value1: CompositeLogicXMLElement
The first possible value.
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeProps.ts:29
value2
• value2: CompositeLogicXMLElement
The second possible value for dual elements.
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeProps.ts:31