interface
RichTextRootNode
Public interface RichTextRootNode from @riducms/plugin-richtext.
Properties
| Property | Type | Description |
|---|---|---|
type | "root" | The type value. |
version | 1 | The version value. |
children | RichTextNode< | The children value. |
direction | "ltr" | | The direction value. |
format | RichTextElementFormat | The format value. |
indent | number | The indent value. |
Full signature
interface RichTextRootNode<Payload = never> { ... }