Collection of methods for dealing with options.
- Source:
Methods
-
<static> Get(category, update, key, callback) → {Object}
-
Retrieves options by category and key, converts them into an indexed object, and overides defaults.
Parameters:
Name Type Description categoryString Category of option.
updateBoolean Whether to receive future updates.
keyString Key of option.
callbackfunction Function to pass options on initial list and update.
- Source:
Returns:
Bus.ask promise.
- Type
- Object