Skip to main content

Abstract Class: AbstractEngineGauge<P>

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

An abstract engine gauge.

Extends

Extended by

Type Parameters

Type ParameterDefault type
P extends AbstractEngineGaugePropsAbstractEngineGaugeProps

Constructors

Constructor

new AbstractEngineGauge<P>(props): AbstractEngineGauge<P>

Defined in: sdk/components/FSComponent.ts:73

Creates an instance of a DisplayComponent.

Parameters

ParameterTypeDescription
propsPThe propertis of the component.

Returns

AbstractEngineGauge<P>

Inherited from

AbstractEngineIndicator.constructor

Properties

context?

optional context: [] = undefined

Defined in: sdk/components/FSComponent.ts:64

The context on this component, if any.

Inherited from

AbstractEngineIndicator.context


contextType?

readonly optional contextType: readonly [] = undefined

Defined in: sdk/components/FSComponent.ts:67

The type of context for this component, if any.

Inherited from

AbstractEngineIndicator.contextType


DISPLAY_VALUE_FORMATTER()

protected readonly DISPLAY_VALUE_FORMATTER: (number) => string

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

Parameters

ParameterType
numbernumber

Returns

string

Inherited from

AbstractEngineIndicator.DISPLAY_VALUE_FORMATTER


pointer

protected readonly pointer: Subscribable<null | number>

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


props

props: P & ComponentProps

Defined in: sdk/components/FSComponent.ts:61

The properties of the component.

Inherited from

AbstractEngineIndicator.props


valueDisp

protected readonly valueDisp: MappedSubscribable<string>

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

Inherited from

AbstractEngineIndicator.valueDisp

Methods

destroy()

destroy(): void

Defined in: sdk/components/FSComponent.ts:98

Destroys this component.

Returns

void

Inherited from

AbstractEngineIndicator.destroy


getContext()

protected getContext(context): never

Defined in: sdk/components/FSComponent.ts:106

Gets a context data subscription from the context collection.

Parameters

ParameterTypeDescription
contextneverThe context to get the subscription for.

Returns

never

The requested context.

Throws

An error if no data for the specified context type could be found.

Inherited from

AbstractEngineIndicator.getContext


onAfterRender()

onAfterRender(node): void

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

A callback that is called after the component is rendered.

Parameters

ParameterTypeDescription
nodeVNodeThe component's VNode.

Returns

void

Overrides

AbstractEngineIndicator.onAfterRender


onBeforeRender()

onBeforeRender(): void

Defined in: sdk/components/FSComponent.ts:80

A callback that is called before the component is rendered.

Returns

void

Inherited from

AbstractEngineIndicator.onBeforeRender


onValueChanged()

abstract protected onValueChanged(value): void

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

Sub handler for props.value.

Parameters

ParameterType
valuenull | number

Returns

void


render()

abstract render(): null | VNode

Defined in: sdk/components/FSComponent.ts:93

Renders the component.

Returns

null | VNode

A JSX element to be rendered.

Inherited from

AbstractEngineIndicator.render


renderMarks()

abstract protected renderMarks(): VNode[]

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

Renders the static markings

Returns

VNode[]

SVG lines.