mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-02-04 07:13:25 +08:00
feat: added internal label
This commit is contained in:
parent
649e6820cc
commit
969088187c
@ -77,6 +77,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.
|
||||||
* @alpha
|
* @alpha
|
||||||
|
* @internal
|
||||||
* @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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user