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

Method detachEvent

src/utils/eventable.ts:22–22  ·  view source on GitHub ↗
(id?: EventId)

Source from the content-addressed store, hash-verified

20 callEvent(name: string, eventArguments: any[]): boolean;
21 checkEvent(name: string): boolean;
22 detachEvent(id?: EventId): void;
23 detachAllEvents(): void;
24 [key: string]: any;
25}

Callers 3

offFunction · 0.65
eventRemoveFunction · 0.65
setupKeyNavFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected