Class: NumericMaxConfig
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/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: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/NumericConfig.ts:164
Creates a new NumericMaxConfig 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
NumericMaxConfig
Properties
inputs
readonly
inputs: readonlyNumericConfig
[]
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/NumericConfig.ts:157
The inputs of this config.
isNumericConfig
readonly
isNumericConfig:true
=true
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/NumericConfig.ts:154
Flags this object as a NumericConfig.
Implementation of
isResolvableConfig
readonly
isResolvableConfig:true
=true
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/NumericConfig.ts:153
Flags this object as a ResolvableConfig.
Implementation of
NumericConfig
.isResolvableConfig
Methods
resolve()
resolve(): (
context?
) =>NumericConfigResult
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/NumericConfig.ts:186
Resolves this config to a value.
Returns
This config's resolved value.
(
context?
):NumericConfigResult
Parameters
Parameter | Type |
---|---|
context? | any |