MCPcopy
hub / github.com/marktext/marktext / EditorBufferStoreLike

Interface EditorBufferStoreLike

packages/desktop/src/main/app/windowManager.ts:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80interface EditorBufferStoreLike {
81 // eslint-disable-next-line @typescript-eslint/no-explicit-any
82 handleClose(restoreBufferId: string | undefined, windows: any[]): void
83}
84
85class WindowManager extends TypedEmitter<WindowManagerEvents> {
86 private _appMenu: AppMenuLike

Callers 1

_listenForIpcMainMethod · 0.65

Implementers 1

EditorBufferStorepackages/desktop/src/main/editorBuffer

Calls

no outgoing calls

Tested by

no test coverage detected