Interface: ResolvableConfig<T>
A configuration object which can be resolved to a value.
Type parameters
Name |
---|
T |
Hierarchy
↳
ResolvableConfig
Implemented by
Properties
isResolvableConfig
• Readonly
isResolvableConfig: true
Flags this object as a ResolvableConfig.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/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-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Config/Config.ts:20