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 category
String Category of option.
update
Boolean Whether to receive future updates.
key
String Key of option.
callback
function Function to pass options on initial list and update.
- Source:
Returns:
Bus.ask promise.
- Type
- Object