mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-12 11:59:39 +02:00
Update Diagram.ts
This commit is contained in:
@@ -76,7 +76,7 @@ export class Diagram {
|
|||||||
/**
|
/**
|
||||||
* Parse the text asynchronously and generate a Diagram object asynchronously.
|
* Parse the text asynchronously and generate a Diagram object asynchronously.
|
||||||
* **Warning:** This function may be changed in the future.
|
* **Warning:** This function may be changed in the future.
|
||||||
* @internal
|
* @alpha
|
||||||
* @param text - The mermaid diagram definition.
|
* @param text - The mermaid diagram definition.
|
||||||
* @returns A the Promise of a Diagram object.
|
* @returns A the Promise of a Diagram object.
|
||||||
* @throws {@link UnknownDiagramError} if the diagram type can not be found.
|
* @throws {@link UnknownDiagramError} if the diagram type can not be found.
|
||||||
|
Reference in New Issue
Block a user