ConstConverts a dataflow graph to mermaid graph code that visualizes the graph.
DataflowMermaid.url - render the given graph to a url to mermaid.live
Readonlyname: "DataflowMermaid"This is a simplified version of DataflowMermaid.convertToMermaid
OptionalincludeEnvironments: booleanOptionalmark: ReadonlySet<NodeId>Converts a dataflow graph to a mermaid url that visualizes the graph. This is basically a combination of DataflowMermaid.mermaidRaw and Mermaid.codeToUrl.
the dataflow graph to render
OptionalincludeEnvironments: booleanwhether to include the environment content in the output
Optionalmark: ReadonlySet<NodeId>which vertices to highlight in the visualization
whether to show a simplified use of the graph with fewer details on the vertices and edges
The helper object for all things regarding the mermaid based visualization of dataflow graphs!