Skip to main content

Interface: EngineReadoutProps

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

Props for an engine readout.

Extends

Properties

class?

optional class: ToggleableClassNameRecord

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

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


inRightColumn?

optional inRightColumn: boolean

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

Whether it's in the right column, optional.


isAmberCautionActive?

optional isAmberCautionActive: Subscribable<boolean>

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

Is the amber caution condition active.


isRedWarningActive?

optional isRedWarningActive: Subscribable<boolean>

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

Is the red warning condition active.


precision?

optional precision: number

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

See NumberFormatterOptions.precision, defaults to 1.

Inherited from

AbstractEngineIndicatorProps.precision


title?

optional title: string

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

The title to display on the left.


unit?

optional unit: string

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

The unit to display on the right.


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

AbstractEngineIndicatorProps.value