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.convert
OptionalincludeEnvironments: booleanOptionalmark: ReadonlySet<NodeId>Converts a dataflow graph to a mermaid url that visualizes the graph. This is basically a combination of DataflowMermaid.raw 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
show the edge-free base-R qualification (stats::acf); false when the signature database is disabled
The helper object for all things regarding the mermaid based visualization of dataflow graphs!