Interface: ResolvableConfig<T>
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/Config.ts:12
A configuration object which can be resolved to a value.
Extends
Extended by
Type Parameters
Type Parameter |
---|
T |
Properties
isResolvableConfig
readonly
isResolvableConfig:true
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/Config.ts:14
Flags this object as a ResolvableConfig.
Methods
resolve()
resolve():
T
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Config/Config.ts:20
Resolves this config to a value.
Returns
T
This config's resolved value.