Example
dashboardAPI.getFeature('DashboardSettings')
Methods
get(name) → {object}
Returns the setting corresponding to the given name
Parameters:
Name | Type | Description |
---|---|---|
name |
string | Name of the setting |
Returns:
Value of the setting; undefined if the setting does not exist
- Type
- object
Example
dashboardAPI.getFeature('DashboardSettings').get('fonts')