RenderResult
Unofficial
Result of rendering a Mermaid diagram.
Import:
import type { RenderResult } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface RenderResultProperties
| Property | Type | Description | |
|---|---|---|---|
| svg | string | The rendered SVG string. |
Methods
| Method | Returns | Description | |
|---|---|---|---|
| bindFunctions(element) | void | Bind interactive functions to the rendered element. |
Links to this page: