DiagramDefinition
Unofficial
Definition of a Mermaid diagram type.
Import:
import type { DiagramDefinition } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface DiagramDefinitionProperties
| 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: