Skip to main content

Class: NumericMaxConfig

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

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-g3x-touch/html_ui/Shared/Config/NumericConfig.ts:164

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-g3x-touch/html_ui/Shared/Config/NumericConfig.ts:157

The inputs of this config.


isNumericConfig

readonly isNumericConfig: true = true

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

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

Flags this object as a ResolvableConfig.

Implementation of

NumericConfig.isResolvableConfig

Methods

resolve()

resolve(): (context?) => NumericConfigResult

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

Resolves this config to a value.

Returns

This config's resolved value.

(context?): NumericConfigResult

Parameters
ParameterType
context?any
Returns

NumericConfigResult

Implementation of

NumericConfig.resolve