RichTextNode
Contentful style rich text format. See further documentation: https://www.contentful.com/developers/docs/concepts/rich-text/
Property Name | Type | Description |
---|---|---|
NodeType | string | Describes the type of the RTF node. |
Metadata | RichTextMetadata | Describes metadata related to the resource. |
Content | RichTextNode[] | Nested content within this node. |
Value | string | The string value of this node, e.g. the text represented by the node in the case of a text node. |
Marks | string[][] | Inline decorators for this node, e.g. bold or italics in the case of a text node. |