furo-config-loader #
@furo/util v2.1.19
import '@furo/util/src/furo-config-loader.js';
exports FuroConfigLoader js
exports <furo-config-loader>
custom-element-definition
superclass LitElement
mixes FBP
summary load config files
furo-config-loader
loads a configuration json in to the defined section.
To access the config values, use furo-config
.
|
|
Attributes and Properties #
src #
src
String
File source
section #
section
String
Targeted section to load the config in.
Events #
config-loaded #
at-config-loaded
→ Object
Fired when the config is loaded with the loaded config as detail.