Skip to main content

Interface: DialGaugeProps

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/DialGauge.tsx:10

Props for a DialGauge

Extends

Properties

amberCautionSegmentHigh?

optional amberCautionSegmentHigh: number | Subscribable<number>

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/AbstractEngineGauge.tsx:27

The high amber caution segment value, optional.

Inherited from

AbstractEngineGaugeProps.amberCautionSegmentHigh


amberCautionSegmentLow?

optional amberCautionSegmentLow: number

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/AbstractEngineGauge.tsx:23

The low amber caution segment value, optional.

Inherited from

AbstractEngineGaugeProps.amberCautionSegmentLow


amberMarkHigh?

optional amberMarkHigh: number | Subscribable<number>

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/AbstractEngineGauge.tsx:21

The upper amber mark value, optional.

Inherited from

AbstractEngineGaugeProps.amberMarkHigh


amberMarkLow?

optional amberMarkLow: number

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/AbstractEngineGauge.tsx:19

The lower amber mark value, optional.

Inherited from

AbstractEngineGaugeProps.amberMarkLow


bugValue?

optional bugValue: Subscribable<number>

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/DialGauge.tsx:16

The bug value, optional.


class?

optional class: ToggleableClassNameRecord

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/DialGauge.tsx:22

CSS class(es) to add to the root of the readout component.


greenSegmentHigh

greenSegmentHigh: number

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/AbstractEngineGauge.tsx:17

The upper green segment value.

Inherited from

AbstractEngineGaugeProps.greenSegmentHigh


greenSegmentLow

greenSegmentLow: number

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/AbstractEngineGauge.tsx:15

The lower green segment value.

Inherited from

AbstractEngineGaugeProps.greenSegmentLow


isAmberCautionHighActive?

optional isAmberCautionHighActive: Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/AbstractEngineGauge.tsx:29

Whether the high amber caution segment is active, optional.

Inherited from

AbstractEngineGaugeProps.isAmberCautionHighActive


isAmberCautionLowActive?

optional isAmberCautionLowActive: Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/AbstractEngineGauge.tsx:25

Whether the low amber caution segment is active, optional.

Inherited from

AbstractEngineGaugeProps.isAmberCautionLowActive


isRedWarningHighActive?

optional isRedWarningHighActive: Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/AbstractEngineGauge.tsx:41

Whether the high red warning segment is active, optional.

Inherited from

AbstractEngineGaugeProps.isRedWarningHighActive


isRedWarningLowActive?

optional isRedWarningLowActive: Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/AbstractEngineGauge.tsx:37

Whether the low red warning segment is active, optional.

Inherited from

AbstractEngineGaugeProps.isRedWarningLowActive


label?

optional label: string

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/AbstractEngineGauge.tsx:7

The label to display below the gauge.

Inherited from

AbstractEngineGaugeProps.label


pointer?

optional pointer: null | number | Subscribable<null | number>

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/AbstractEngineGauge.tsx:43

The value of the white triangle pointer, in the same units as value.

Inherited from

AbstractEngineGaugeProps.pointer


precision?

optional precision: number

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/AbstractEngineIndicator.tsx:8

See NumberFormatterOptions.precision, defaults to 1.

Inherited from

AbstractEngineGaugeProps.precision


redMarkHigh?

optional redMarkHigh: number | Subscribable<number>

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/AbstractEngineGauge.tsx:33

The upper red mark value, optional.

Inherited from

AbstractEngineGaugeProps.redMarkHigh


redMarkLow?

optional redMarkLow: number

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/AbstractEngineGauge.tsx:31

The lower red mark value, optional.

Inherited from

AbstractEngineGaugeProps.redMarkLow


redWarningSegmentHigh?

optional redWarningSegmentHigh: number | Subscribable<number>

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/AbstractEngineGauge.tsx:39

The high red warning segment value, optional.

Inherited from

AbstractEngineGaugeProps.redWarningSegmentHigh


redWarningSegmentLow?

optional redWarningSegmentLow: number

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/AbstractEngineGauge.tsx:35

The low red warning segment value, optional.

Inherited from

AbstractEngineGaugeProps.redWarningSegmentLow


scaleMax

scaleMax: number

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/AbstractEngineGauge.tsx:13

The maximum scale segment value.

Inherited from

AbstractEngineGaugeProps.scaleMax


scaleMin

scaleMin: number

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/AbstractEngineGauge.tsx:11

The minimum scale segment value.

Inherited from

AbstractEngineGaugeProps.scaleMin


segmentsAlwaysVisible?

optional segmentsAlwaysVisible: boolean

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/DialGauge.tsx:27

If true the amber and red segments on the arc are always shown, otherwise they are only shown when warnings/cautions are active.


side?

optional side: "left" | "right"

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/AbstractEngineGauge.tsx:9

Which side the gauge sits on.

Inherited from

AbstractEngineGaugeProps.side


unit?

optional unit: string

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/DialGauge.tsx:20

unit to display on digital readout


value

value: Subscribable<null | number>

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/AbstractEngineIndicator.tsx:6

The value to display in the middle.

Inherited from

AbstractEngineGaugeProps.value


valueCharacterWidth

valueCharacterWidth: number

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/DialGauge.tsx:18

The width in characters of the value display.


whiteMark?

optional whiteMark: number

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/DialGauge.tsx:12

The white mark value, optional.


whiteMarkVisible?

optional whiteMarkVisible: Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/shared/Components/Eis/DialGauge.tsx:14

Whether the white mark is visible, defaults to true.