for explicitly specifying the settings-resource directly (e.g. instead or in addition of parsing path
for settings resource files)
the settings-file-type (should not be set manually):
derived from the file-extension, either "json" or "js".
If .js file, it MUST be a CommonJS module that exports the settings object as its only/default export, i.e.\
module.exports = settingsObject;
any dynamic code is evaluated at compile-time, i.e. the exported settings-object must not contain dynamic content
the ID for the settings-resources (should not be set manually)
can be used to include the resource as separate file, instead of bundeling via webpack
the settings-type (should not be set manually)
Generated using TypeDoc
if
true
, the corresponding resource will be excluded (when parsingpath
)