Skip to main content

Interface: ResolvableConfig<T>

A configuration object which can be resolved to a value.

Type parameters

Name
T

Hierarchy

Implemented by

Properties

isResolvableConfig

Readonly isResolvableConfig: true

Flags this object as a ResolvableConfig.

Defined in

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

Methods

resolve

resolve(): T

Resolves this config to a value.

Returns

T

This config's resolved value.

Defined in

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