I
EditorDocument
testedThe 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 EditorDocumentProperties
| Property | Type | Description |
|---|---|---|
typereadonly | "doc" | — |
contentreadonly | readonly Node[] | — |