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

Interface EditorObservable

worklenz-backend/src/public/tinymce/tinymce.d.ts:2594–2598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2592 _setBaseUrl(this: EditorManager, baseUrl: string): void;
2593}
2594interface EditorObservable extends Observable<EditorEventMap> {
2595 bindPendingEventDelegates(this: Editor): void;
2596 toggleNativeEvent(this: Editor, name: string, state: boolean): void;
2597 unbindAllNativeEvents(this: Editor): void;
2598}
2599interface ProcessorSuccess<T> {
2600 valid: true;
2601 value: T;

Callers 12

bfFunction · 0.80
PTFunction · 0.80
initEditorFunction · 0.80
IaFunction · 0.80
kOFunction · 0.80
getEventDispatcherFunction · 0.80
removeMethod · 0.80
sFunction · 0.80
removeMethod · 0.80
sFunction · 0.80
remove$1Function · 0.80
purgeDestroyedEditorFunction · 0.80

Implementers 1

Editorworklenz-backend/src/public/tinymce/ti

Calls

no outgoing calls

Tested by

no test coverage detected