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

Method constructor

codebase/sources/dhtmlxscheduler.js:20938–20944  ·  view source on GitHub ↗
(scheduler2)

Source from the content-addressed store, hash-verified

20936 }
20937 class TooltipManager {
20938 constructor(scheduler2) {
20939 this._listeners = {};
20940 this.tooltip = new Tooltip(scheduler2);
20941 this._scheduler = scheduler2;
20942 this._domEvents = scheduler2._createDomEventScope();
20943 this._initDelayedFunctions();
20944 }
20945 destructor() {
20946 this.tooltip.hide();
20947 this._domEvents.detachAll();

Callers

nothing calls this directly

Calls 1

_initDelayedFunctionsMethod · 0.95

Tested by

no test coverage detected