For the complete documentation index, see llms.txt. This page is also available as Markdown.

Node Types

The Node union type represents all of the different types of nodes that occur in a Slate document tree.

type Node = Editor | Element | Text

type Descendant = Element | Text
type Ancestor = Editor | Element

Last updated