Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DHTMLX/scheduler
/ fire
Method
fire
codebase/dhtmlxscheduler.es.js:682–687 ·
view source on GitHub ↗
(i, t)
Source
from the content-addressed store, hash-verified
680
}
681
}
682
fire(i, t) {
683
const
n = this._events[i];
684
if
(n)
685
for
(
let
s = 0; s < n.length; s++)
686
n[s].handler(t);
687
}
688
onError(i) {
689
return
null;
690
}
Callers
1
connect
Method · 0.45
Calls
1
handler
Method · 0.45
Tested by
no test coverage detected