interface
RichTextReferenceNode
Public interface RichTextReferenceNode from @riducms/plugin-richtext.
Properties
| Property | Type | Description |
|---|---|---|
type | "upload" | | The type value. |
version | 1 | The version value. |
relationTo | string | The relationTo value. |
id | string | The id value. |
caption | string | The caption value. |
format | RichTextElementFormat | The format value. |
Full signature
interface RichTextReferenceNode { ... }