richtext package
Functions
Interfaces
Interface | Description |
---|---|
AssetNode | |
HeadingNode | |
LinkNode | |
ListItemNode | |
ListNode | |
NodeStringRendererProps | |
ParagraphNode | |
RichTextNode | |
StringRenderContext | |
TableCellNode | |
TextNode |
Variables
Variable | Description |
---|---|
assetHtmlRenderer | |
emptyRichTextValue | |
headingHtmlRenderer | |
linkHtmlRenderer | |
listHtmlRenderer | |
listitemHtmlRenderer | |
paragraphHtmlRenderer | |
resolveDefaultHtmlRenderer | <p>When a custom renderer has not been provided we check to see if there is a renderer for the type within the map above. These are for any node types which include extra logic.</p><p>Some node types like quote just map directly to a HTML tag (ie blockquote). For those there is a simple type -> tag Map.</p> |
resolveDefaultTextRenderer | When a custom renderer has not been provided we check to see if there is a renderer for the type within the map above. These are for any node types which include extra logic. |
richTextBuiltInElements | |
richTextBuiltInFormats | |
rootHtmlRenderer | |
tablecellHtmlRenderer | |
tableHtmlRenderer | |
tablerowHtmlRenderer | |
textHtmlRenderer |
Type Aliases
Type Alias | Description |
---|---|
NodeStringRenderer | |
ParameterRichTextValue | |
ResolveStringRenderer | |
RichTextBuiltInElement | |
RichTextBuiltInFormat | |
RichTextNodeWithChildren | |
TableNode | |
TableRowNode |