Props
ReactNode
required
string
required
This value would be used for filtering
({ editor, range }: { editor: Editor; range: Range }) => void;
required
Callback function onSelect exposing editor and range
string
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Command Item
...
<EditorCommandItem
value={item.title}
onCommand={(val) => item.command(val)}>
Do something
</EditorCommand>