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

Interface ContextMenuState

packages/plugins/context-menu/src/store.ts:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 }
24
25interface ContextMenuState {
26 items: ContextMenuItem[]
27 open: boolean
28}
29
30const EDITOR_TO_CONTEXT_MENU_STORE = new WeakMap<
31 Editable,

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…