Skip to content

DiagramDefinition

Unofficial

Definition of a Mermaid diagram type.

Import:

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

Signature:

export interface DiagramDefinition

Properties

Property Type Description
db unknown Database/data store for the diagram.
parser unknown Parser for the diagram syntax.
renderer unknown Renderer for the diagram.
styles? unknown Styles for the diagram.

Links to this page: