Skip to main content

Interface: G3XDoubleZonesLinearGaugeProps

Gauges for a horizontal gauge

Hierarchy

Properties

allowPeakMode

Optional allowPeakMode: boolean

Should we show peak

Inherited from

G3XLinearGaugeProps.allowPeakMode

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

G3XLinearGaugeProps.beginText

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.

Inherited from

G3XLinearGaugeProps.bus

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

G3XLinearGaugeProps.children

Defined in

src/sdk/components/FSComponent.ts:122


colorLines

colorLines: G3XGaugeColorLine[]

A list of colir lines.

Inherited from

G3XLinearGaugeProps.colorLines

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

G3XLinearGaugeProps.colorLines2

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

G3XLinearGaugeProps.colorZones

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

G3XLinearGaugeProps.colorZones2

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

G3XLinearGaugeProps.cursorText1

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

G3XLinearGaugeProps.cursorText2

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

G3XLinearGaugeProps.dataChecklistId

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

G3XLinearGaugeProps.endText

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

G3XLinearGaugeProps.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

G3XLinearGaugeProps.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

G3XLinearGaugeProps.maximum

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

G3XLinearGaugeProps.maximum2

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

G3XLinearGaugeProps.minimum

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

G3XLinearGaugeProps.minimum2

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.

Inherited from

G3XLinearGaugeProps.peakModeTriggerBusEvent

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Gauges/G3XPeakingGaugeProps.ts:12


redBlink: CompositeLogicXMLElement

Any triggers for blinking the element red.

Inherited from

G3XLinearGaugeProps.redBlink

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

G3XLinearGaugeProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


reflectPeakModeInHeader

Optional reflectPeakModeInHeader: boolean

Display peak visuals in header.

Inherited from

G3XLinearGaugeProps.reflectPeakModeInHeader

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

G3XLinearGaugeProps.smoothFactor

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeProps.ts:21


style

style: Partial<G3XDoubleLinearVerticalGaugeStyle>

A style

Overrides

G3XLinearGaugeProps.style

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Gauges/G3XDoubleZonesLinearGaugeProps.ts:7


title

title: string

The title of the gauge.

Inherited from

G3XLinearGaugeProps.title

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

G3XLinearGaugeProps.unit

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

G3XLinearGaugeProps.value1

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

G3XLinearGaugeProps.value2

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XGaugeProps.ts:31