MCPcopy
hub / github.com/editablejs/editable / event.ts

File event.ts

packages/editor/src/plugin/event.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Editable } from './editable'
2import { Emitter } from './emitter'
3
4const EDITOR_TO_EVENT: WeakMap<Editable, Emitter> = new WeakMap()

Callers

nothing calls this directly

Calls 5

getMethod · 0.80
onMethod · 0.80
offMethod · 0.80
onceMethod · 0.80
emitMethod · 0.80

Tested by

no test coverage detected