Class: UISettings

UISettings

A Backbone model class for user interface (UI) settings.

new UISettings()

Methods

getProperty()

Fetches UI settings of the logged in user. It triggers the preferencesFetched event.

setProperty(propertyName, propertyValue)

Updates the UI setting of a user. It triggers the settingUpdated event.
Parameters:
Name Type Description
propertyName String Property name
propertyValue String Property value