Skip to main content

Interface: NumericConfig

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Config/NumericConfig.ts:22

A configuration object which defines a factory for a numeric value.

Extends

Properties

isNumericConfig

readonly isNumericConfig: true

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Config/NumericConfig.ts:24

Flags this object as a NumericConfig.


isResolvableConfig

readonly isResolvableConfig: true

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Config/Config.ts:14

Flags this object as a ResolvableConfig.

Inherited from

ResolvableConfig.isResolvableConfig

Methods

resolve()

resolve(): (context?) => NumericConfigResult

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Config/Config.ts:20

Resolves this config to a value.

Returns

This config's resolved value.

(context?): NumericConfigResult

Parameters
ParameterType
context?any
Returns

NumericConfigResult

Inherited from

ResolvableConfig.resolve