Class: NumericMinConfig
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Config/NumericConfig.ts:72
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-g3x-touch/html_ui/Shared/Config/NumericConfig.ts:84
Creates a new NumericMinConfig from a configuration document element.
Parameters
Parameter | Type | Description |
---|---|---|
element | Element | A configuration document element. |
factory | ConfigFactory | A configuration object factory to use to create child configuration objects. |
Returns
NumericMinConfig
Properties
inputs
readonly
inputs: readonlyNumericConfig
[]
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Config/NumericConfig.ts:77
The inputs of this config.
isNumericConfig
readonly
isNumericConfig:true
=true
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Config/NumericConfig.ts:74
Flags this object as a NumericConfig.
Implementation of
isResolvableConfig
readonly
isResolvableConfig:true
=true
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Config/NumericConfig.ts:73
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:106
Resolves this config to a value.
Returns
This config's resolved value.
(
context?
):NumericConfigResult
Parameters
Parameter | Type |
---|---|
context? | any |