Interface: ConfigFactory
A configuration object factory.
Implemented by
Methods
create
▸ create(element
): undefined
| Config
Creates a configuration object from a configuration document element.
Parameters
Name | Type | Description |
---|---|---|
element | Element | A configuration document element. |
Returns
undefined
| Config
The configuration object defined by the specified element, or undefined
if the element does not define
a configuration object recognized by this factory.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Config/Config.ts:33