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

Function setOptions

packages/plugins/context-menu/src/options.ts:10–12  ·  view source on GitHub ↗
(editor: Editor, options: ContextMenuOptions)

Source from the content-addressed store, hash-verified

8}
9
10export const setOptions = (editor: Editor, options: ContextMenuOptions) => {
11 CONTEXT_MENU_OPTIONS.set(editor, options)
12}

Callers 1

withContextMenuFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…