Skip to content

DiagramDefinition

Unofficial

Definition of a Mermaid diagram type.

Import:

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

Signature:

export interface DiagramDefinition

Properties

PropertyTypeDescription
dbunknownDatabase/data store for the diagram.
parserunknownParser for the diagram syntax.
rendererunknownRenderer for the diagram.
styles?unknownStyles for the diagram.

Links to this page: