Class: NumericConstantConfig
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/NumericConfig.ts:30
A configuration object which defines a factory for a numeric constant.
Implements
Constructors
Constructor
new NumericConstantConfig(
element
):NumericConstantConfig
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/NumericConfig.ts:41
Creates a new NumericConstantConfig from a configuration document element.
Parameters
Parameter | Type | Description |
---|---|---|
element | Element | A configuration document element. |
Returns
NumericConstantConfig
Properties
isNumericConfig
readonly
isNumericConfig:true
=true
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/NumericConfig.ts:32
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:31
Flags this object as a ResolvableConfig.
Implementation of
NumericConfig
.isResolvableConfig
value
readonly
value:number
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/NumericConfig.ts:35
The numeric value of this config.
Methods
resolve()
resolve(): () =>
NumericConfigResult
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/NumericConfig.ts:60
Resolves this config to a value.
Returns
This config's resolved value.