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

Method dispatch

frontend/public/tinymce/tinymce.d.ts:2611–2611  ·  view source on GitHub ↗
(name: K, args?: U, bubble?: boolean)

Source from the content-addressed store, hash-verified

2609interface Observable<T extends {}> {
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>;

Callers 15

dispatchMethod · 0.65
resolveGenericStrategyFunction · 0.65
niFunction · 0.65
ldFunction · 0.65
ddFunction · 0.65
cdFunction · 0.65
udFunction · 0.65
mdFunction · 0.65
fdFunction · 0.65
gdFunction · 0.65
ggFunction · 0.65
AFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected