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

Method on

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

Source from the content-addressed store, hash-verified

2610 fire<K extends string, U extends MappedEvent<T, K>>(name: K, args?: U, bubble?: boolean): EditorEvent<U>;
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;

Callers 15

TransformFunction · 0.65
UFunction · 0.65
OrFunction · 0.65
dFunction · 0.65
AuFunction · 0.65
KfFunction · 0.65
ggFunction · 0.65
kgFunction · 0.65
WhFunction · 0.65
DwFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected