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

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/Config.ts:14

Methods

resolve

resolve(): T

Resolves this config to a value.

Returns

T

This config's resolved value.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/Config.ts:20