MCPcopy
hub / github.com/Worklenz/worklenz / dispatch

Method dispatch

worklenz-backend/src/public/tinymce/tinymce.d.ts:2501–2501  ·  view source on GitHub ↗
(name: K, args?: U, bubble?: boolean)

Source from the content-addressed store, hash-verified

2499interface Observable<T extends {}> {
2500 fire<K extends string, U extends MappedEvent<T, K>>(name: K, args?: U, bubble?: boolean): EditorEvent<U>;
2501 dispatch<K extends string, U extends MappedEvent<T, K>>(name: K, args?: U, bubble?: boolean): EditorEvent<U>;
2502 on<K extends string>(name: K, callback: (event: EditorEvent<MappedEvent<T, K>>) => void, prepend?: boolean): EventDispatcher<T>;
2503 off<K extends string>(name?: K, callback?: (event: EditorEvent<MappedEvent<T, K>>) => void): EventDispatcher<T>;
2504 once<K extends string>(name: K, callback: (event: EditorEvent<MappedEvent<T, K>>) => void): EventDispatcher<T>;

Callers 15

OtFunction · 0.65
_bFunction · 0.65
kbFunction · 0.65
SbFunction · 0.65
NbFunction · 0.65
RbFunction · 0.65
AbFunction · 0.65
RFunction · 0.65
BFunction · 0.65
MFunction · 0.65
qbFunction · 0.65
gNFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected