Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/udecode/plate
/ useEditorString
Function
useEditorString
packages/utils/src/react/hooks/useEditorString.ts:3–4 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
import
{ useEditorSelector } from
'@platejs/core/react'
;
2
3
export
const
useEditorString = () =>
4
useEditorSelector((editor) => editor.api.string([]), []);
Callers
3
useEditorString.spec.tsx
File · 0.90
useSelectEditorCombobox
Function · 0.90
useSelectableItems
Function · 0.90
Calls
1
useEditorSelector
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…