interface
RichTextElementNode
Public interface RichTextElementNode from @riducms/plugin-richtext.
Properties
| Property | Type | Description |
|---|---|---|
type | "paragraph" | | 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. |
tag | "h1" | | The tag value. |
url | string | The url value. |
target | string | | The target value. |
rel | string | | The rel value. |
title | string | | The title value. |
listType | "number" | | The listType value. |
start | number | The start value. |
value | number | The value value. |
checked | boolean | The checked value. |
language | string | The language value. |
theme | string | The theme value. |
textFormat | number | The textFormat value. |
textStyle | string | The textStyle value. |
Full signature
interface RichTextElementNode<Payload = never> { ... }