Back to Slate

Node Types APIs

docs/api/nodes/README.md

0.61.3368 B
Original Source

Node Types APIs

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

typescript
type Node = Editor | Element | Text

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