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

Method fire

codebase/sources/dhtmlxscheduler.js:1252–1257  ·  view source on GitHub ↗
(t2, e)

Source from the content-addressed store, hash-verified

1250 }
1251 }
1252 fire(t2, e) {
1253 const s = this._events[t2];
1254 if (s)
1255 for (let t3 = 0; t3 < s.length; t3++)
1256 s[t3].handler(e);
1257 }
1258 onError(t2) {
1259 return null;
1260 }

Callers 1

connectMethod · 0.45

Calls 1

handlerMethod · 0.45

Tested by

no test coverage detected