Class: NumericConstantConfig
A configuration object which defines a factory for a numeric constant.
Implements
Constructors
constructor
• new NumericConstantConfig(element
): NumericConstantConfig
Creates a new NumericConstantConfig from a configuration document element.
Parameters
Name | Type | Description |
---|---|---|
element | Element | A configuration document element. |
Returns
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/NumericConfig.ts:27
Properties
isNumericConfig
• Readonly
isNumericConfig: true
Flags this object as a NumericConfig.
Implementation of
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/NumericConfig.ts:18
isResolvableConfig
• Readonly
isResolvableConfig: true
Flags this object as a ResolvableConfig.
Implementation of
NumericConfig.isResolvableConfig
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/NumericConfig.ts:17
value
• Readonly
value: number
The numeric value of this config.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/NumericConfig.ts:21
Methods
resolve
▸ resolve(): () => number
Resolves this config to a value.
Returns
fn
This config's resolved value.
▸ (): number
Returns
number
Implementation of
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/NumericConfig.ts:46