MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / constructor

Method constructor

codebase/dhtmlxscheduler.es.js:6598–6600  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

6596}
6597class Va {
6598 constructor(i) {
6599 this._listeners = {}, this.tooltip = new Ya(i), this._scheduler = i, this._domEvents = i._createDomEventScope(), this._initDelayedFunctions();
6600 }
6601 destructor() {
6602 this.tooltip.hide(), this._domEvents.detachAll();
6603 }

Callers

nothing calls this directly

Calls 1

_initDelayedFunctionsMethod · 0.95

Tested by

no test coverage detected