Module: Feature_Settings

Enable customized settings

Source:
features/settings.js

Members


<static> type :string

This feature is loaded at init stage

Type:
  • string
Source:
features/settings.js

Methods


<static> load_(app, settings)

Load the feature

Parameters:
Name Type Description
app CliApp

The cli app module object

settings object

Customized settings

Source:
features/settings.js
Returns:
Type
Promise.<*>