AppSuite:Debugging the UI
From Open-Xchange
Debugging the UI
Synopsis: A collection of hints to debug during UI development
What capabilities are available?
_(ox.serverConfig.capabilities).pluck("id").sort();
Check settings
// check core settings
require('settings!io.ox/core').get();
// check mail settings
require('settings!io.ox/mail').get();