Skip to content

RenderResult

Unofficial

Result of rendering a Mermaid diagram.

Import:

import type { RenderResult } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface RenderResult

Properties

PropertyTypeDescription
svgstringThe rendered SVG string.

Methods

MethodReturnsDescription
bindFunctions(element)voidBind interactive functions to the rendered element.

Links to this page: