Skip to main content

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

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Config/NumericConfig.ts:10


isResolvableConfig

Readonly isResolvableConfig: true

Flags this object as a ResolvableConfig.

Inherited from

ResolvableConfig.isResolvableConfig

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/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
NameType
context?any
Returns

number | MappedSubscribable<number>

Inherited from

ResolvableConfig.resolve

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Config/Config.ts:20