interface
RichTextRenderOptions
Public interface RichTextRenderOptions from @riducms/plugin-richtext.
Properties
| Property | Type | Description |
|---|---|---|
blocks | RichTextBlockRenderers< | Application renderers return trusted HTML. Ordinary text is always escaped. |
nodes | Partial< | The nodes value. |
fallback | (node: unknown, | Unknown nodes/variants fail by default; a fallback must return visible application-owned output. |
Full signature
interface RichTextRenderOptions<Payload extends { blockType: string }> { ... }Methods
RichTextRenderOptions.fallback()Unknown nodes/variants fail by default; a fallback must return visible application-owned output.