MCPcopy Index your code
hub / github.com/DHTMLX/gantt / attachEvent

Method attachEvent

src/utils/eventable.ts:18–18  ·  view source on GitHub ↗
(eventName: string, handler: GanttCallback, settings?: HandlerSettings)

Source from the content-addressed store, hash-verified

16
17export interface EventableObject {
18 attachEvent(eventName: string, handler: GanttCallback, settings?: HandlerSettings): EventId;
19 attachAll(callback: GanttCallback): void;
20 callEvent(name: string, eventArguments: any[]): boolean;
21 checkEvent(name: string): boolean;

Callers 10

onFunction · 0.65
GanttFactoryClass · 0.65
eventFunction · 0.65
makeEventableFunction · 0.65
setupKeyNavFunction · 0.65
index.tsFile · 0.65
index.tsFile · 0.65
index.tsFile · 0.65
modals.jsFile · 0.65
index.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected