Files
mermaid/docs/config/setup/modules/mermaid.md
Sidharth Vinod bed6c5dd0c chore: Move icons to architecture
We are planning to release an icons library separately. Till we figure out the APIs for those, all external surface for icons are removed, to avoid making a breaking change when the new library comes.
2024-08-28 21:04:21 +05:30

2.8 KiB

Warning

THIS IS AN AUTOGENERATED FILE. DO NOT EDIT.

Please edit the corresponding file in /packages/mermaid/src/docs/config/setup/modules/mermaid.md.

Module: mermaid

Classes

Interfaces

Type Aliases

InternalHelpers

Ƭ InternalHelpers: typeof internalHelpers

Defined in

packages/mermaid/src/internals.ts:33


ParseErrorFunction

Ƭ ParseErrorFunction: (err: string | DetailedError | unknown, hash?: any) => void

Type declaration

▸ (err, hash?): void

Parameters
Name Type
err string | DetailedError | unknown
hash? any
Returns

void

Defined in

packages/mermaid/src/Diagram.ts:10


SVG

Ƭ SVG: d3.Selection<SVGSVGElement, unknown, Element | null, unknown>

Defined in

packages/mermaid/src/diagram-api/types.ts:130


SVGGroup

Ƭ SVGGroup: d3.Selection<SVGGElement, unknown, Element | null, unknown>

Defined in

packages/mermaid/src/diagram-api/types.ts:132

Variables

default

Const default: Mermaid

Defined in

packages/mermaid/src/mermaid.ts:440