Skip to content

RenderResult

Unofficial

Result of rendering a Mermaid diagram.

Import:

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

Signature:

export interface RenderResult

Properties

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: