Interface: NumericConfig
A configuration object which defines a factory for a numeric value.
Hierarchy
ResolvableConfig
<(context?
:any
) =>number
|MappedSubscribable
<number
>>↳
NumericConfig
Implemented by
Properties
isNumericConfig
• Readonly
isNumericConfig: true
Flags this object as a NumericConfig.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/NumericConfig.ts:10
isResolvableConfig
• Readonly
isResolvableConfig: true
Flags this object as a ResolvableConfig.
Inherited from
ResolvableConfig.isResolvableConfig
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/Config.ts:14
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
>
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/Config.ts:20