MCPcopy Create free account
hub / github.com/editablejs/editable / CursorStore

Interface CursorStore

packages/plugins/yjs/src/store.ts:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { RemoteCursorChangeState } from './plugin/with-cursors'
4
5export interface CursorStore {
6 clientIds: RemoteCursorChangeState
7}
8
9const CURSORS_TO_EDITABLE = new WeakMap<Editor, UseBoundStore<StoreApi<CursorStore>>>()
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…