Skip to main content

Class: NumericMaxConfig

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

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

Implements

Constructors

Constructor

new NumericMaxConfig(element, factory): NumericMaxConfig

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

Creates a new NumericMaxConfig from a configuration document element.

Parameters

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

Returns

NumericMaxConfig

Properties

inputs

readonly inputs: readonly NumericConfig[]

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

The inputs of this config.


isNumericConfig

readonly isNumericConfig: true = true

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

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:202

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:235

Resolves this config to a value.

Returns

This config's resolved value.

(context?): NumericConfigResult

Parameters
ParameterType
context?any
Returns

NumericConfigResult

Implementation of

NumericConfig.resolve