App.Dashboard

App.Dashboard

Responsible for handling dashboards. It contains a number of widgets

Dashboard input

Example

// The module is instantiated with the following input
var input = {
  dashboard: dashboard, // dashboard configuration, including widget configs
  context: context, // object containing current context ids
  $container : $container, // jquery object where to place dashboard
  parentDashboard: parentDashboard // parent dashboard, used when performing drill downs
}