R
I

EditorDocument

tested

The editor document: an ordered list of top-level blocks. Default blocks are flat (lists use indent attributes, not nesting), so document helpers operate on the top-level array.

Signature

ts
interface EditorDocument

Properties

PropertyTypeDescription
typereadonly"doc"
contentreadonlyreadonly Node[]