MCPcopy Index your code
hub / github.com/dataease/SQLBot / off

Method off

frontend/public/tinymce/tinymce.d.ts:2613–2613  ·  view source on GitHub ↗
(name?: K, callback?: (event: EditorEvent<MappedEvent<T, K>>) => void)

Source from the content-addressed store, hash-verified

2611 dispatch<K extends string, U extends MappedEvent<T, K>>(name: K, args?: U, bubble?: boolean): EditorEvent<U>;
2612 on<K extends string>(name: K, callback: (event: EditorEvent<MappedEvent<T, K>>) => void, prepend?: boolean): EventDispatcher<T>;
2613 off<K extends string>(name?: K, callback?: (event: EditorEvent<MappedEvent<T, K>>) => void): EventDispatcher<T>;
2614 once<K extends string>(name: K, callback: (event: EditorEvent<MappedEvent<T, K>>) => void): EventDispatcher<T>;
2615 hasEventListeners(name: string): boolean;
2616}

Callers 15

WhFunction · 0.65
oAFunction · 0.65
sFunction · 0.65
offFunction · 0.65
destroyMethod · 0.65
theme.min.jsFile · 0.65
yMFunction · 0.65
wMFunction · 0.65
YMFunction · 0.65
oNFunction · 0.65
bzFunction · 0.65
rFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected