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

Function setSearchValue

packages/plugins/toolbar/src/slash/store.ts:57–60  ·  view source on GitHub ↗
(editor: Editor, searchValue: string)

Source from the content-addressed store, hash-verified

55 },
56
57 setSearchValue(editor: Editor, searchValue: string) {
58 const store = getSlashToolbarStore(editor)
59 store.setState({ searchValue })
60 },
61}

Callers

nothing calls this directly

Calls 1

getSlashToolbarStoreFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…