Skip to main content

Documentation Index

Fetch the complete documentation index at: https://novel.mintlify.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

For all the available props, see cmdk.
  ...
  <EditorCommandItem
    value={item.title}
    onCommand={(val) => item.command(val)}>
    Do something
  </EditorCommand>

Props

children
ReactNode
required
value
string
required
This value would be used for filtering
onCommand
({ editor, range }: { editor: Editor; range: Range }) => void;
required
Callback function onSelect exposing editor and range
className
string