Skip to main content

Class: NumericMinConfig

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

A configuration object which defines a factory for a numeric value which is the minimum of one or more inputs.

Implements

Constructors

Constructor

new NumericMinConfig(element, factory): NumericMinConfig

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

Creates a new NumericMinConfig from a configuration document element.

Parameters

ParameterTypeDescription
elementElementA configuration document element.
factoryConfigFactoryA configuration object factory to use to create child configuration objects.

Returns

NumericMinConfig

Properties

inputs

readonly inputs: readonly NumericConfig[]

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

The inputs of this config.


isNumericConfig

readonly isNumericConfig: true = true

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

Flags this object as a NumericConfig.

Implementation of

NumericConfig.isNumericConfig


isResolvableConfig

readonly isResolvableConfig: true = true

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

Flags this object as a ResolvableConfig.

Implementation of

NumericConfig.isResolvableConfig

Methods

resolve()

resolve(): (context?) => NumericConfigResult

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

Resolves this config to a value.

Returns

This config's resolved value.

(context?): NumericConfigResult

Parameters
ParameterType
context?any
Returns

NumericConfigResult

Implementation of

NumericConfig.resolve