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 Parameter | Default type |
---|---|
P extends AbstractEngineGaugeProps | AbstractEngineGaugeProps |
Constructors
Constructor
new AbstractEngineGauge<
P
>(props
):AbstractEngineGauge
<P
>
Defined in: sdk/components/FSComponent.ts:73
Creates an instance of a DisplayComponent.
Parameters
Parameter | Type | Description |
---|---|---|
props | P | The 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
Parameter | Type |
---|---|
number | number |
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
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
Parameter | Type | Description |
---|---|---|
context | never | The 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
Parameter | Type | Description |
---|---|---|
node | VNode | The 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
Parameter | Type |
---|---|
value | null | 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.