feat: added internal label

This commit is contained in:
Ted Marozzi 2023-03-06 05:28:34 +11:00
parent 649e6820cc
commit 969088187c

View File

@ -77,6 +77,7 @@ export class Diagram {
* Parse the text asynchronously and generate a Diagram object asynchronously.
* **Warning:** This function may be changed in the future.
* @alpha
* @internal
* @param text - The mermaid diagram definition.
* @returns A the Promise of a Diagram object.
* @throws {@link UnknownDiagramError} if the diagram type can not be found.