mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-03 20:34:20 +01:00 
			
		
		
		
	feat: added internal label
This commit is contained in:
		@@ -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.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user