The Node union type represents all of the different types of nodes that occur in a Slate document tree.
Node
type Node = Editor | Element | Text type Descendant = Element | Text type Ancestor = Editor | Element
NodeEntry
Editor
Element
Text
Last updated 3 years ago