function Dashboard()

in grafana/dashboard.js [27:35]


function Dashboard(opts) {
    opts = opts || {};
    this.state = {};
    this._init(opts);
    this._initRows(opts);
    this._initLinks(opts);
    this._initTemplating(opts);
    this._initAnnotations(opts);
}