Skip to main content

Class: NumericConstantConfig

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Config/NumericConfig.ts:30

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

Implements

Constructors

Constructor

new NumericConstantConfig(element): NumericConstantConfig

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Config/NumericConfig.ts:41

Creates a new NumericConstantConfig from a configuration document element.

Parameters

ParameterTypeDescription
elementElementA configuration document element.

Returns

NumericConstantConfig

Properties

isNumericConfig

readonly isNumericConfig: true = true

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Config/NumericConfig.ts:32

Flags this object as a NumericConfig.

Implementation of

NumericConfig.isNumericConfig


isResolvableConfig

readonly isResolvableConfig: true = true

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Config/NumericConfig.ts:31

Flags this object as a ResolvableConfig.

Implementation of

NumericConfig.isResolvableConfig


value

readonly value: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Config/NumericConfig.ts:35

The numeric value of this config.

Methods

resolve()

resolve(): () => NumericConfigResult

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Config/NumericConfig.ts:60

Resolves this config to a value.

Returns

This config's resolved value.

(): NumericConfigResult

Returns

NumericConfigResult

Implementation of

NumericConfig.resolve