Interface: DashboardSettingsAPI

DashboardSettingsAPI

API interface to be implemented as a bootstrap feature in order to provide global dashboard settings

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')