interface
RichTextTextNode
Public interface RichTextTextNode from @riducms/plugin-richtext.
Properties
| Property | Type | Description |
|---|---|---|
type | "text" | The type value. |
version | 1 | The version value. |
text | string | The text value. |
format | number | The format value. |
detail | number | The detail value. |
mode | "normal" | | The mode value. |
style | string | The style value. |
Full signature
interface RichTextTextNode { ... }