Class: NumericMinConfig
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
Creates a new NumericMinConfig from a configuration document element.
Parameters
Name | Type | Description |
---|---|---|
element | Element | A configuration document element. |
factory | ConfigFactory | A configuration object factory to use to create child configuration objects. |
Returns
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Config/NumericConfig.ts:66
Properties
inputs
• Readonly
inputs: readonly NumericConfig
[]
The inputs of this config.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Config/NumericConfig.ts:59
isNumericConfig
• Readonly
isNumericConfig: true
Flags this object as a NumericConfig.
Implementation of
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Config/NumericConfig.ts:56
isResolvableConfig
• Readonly
isResolvableConfig: true
Flags this object as a ResolvableConfig.
Implementation of
NumericConfig.isResolvableConfig
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Config/NumericConfig.ts:55
Methods
resolve
▸ resolve(): (context?
: any
) => number
| MappedSubscribable
<number
>
Resolves this config to a value.
Returns
fn
This config's resolved value.
▸ (context?
): number
| MappedSubscribable
<number
>
Parameters
Name | Type |
---|---|
context? | any |
Returns
number
| MappedSubscribable
<number
>
Implementation of
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Config/NumericConfig.ts:88