The DOT string to convert.
Optional
options: FromDotOptions<"Dot" | "Graph">Options for converting the DOT string to a model.
A model of type RootGraphModel, NodeModel, EdgeModel, or SubgraphModel, depending on the type specified in the options.
Optional
options: FromDotOptions<"Node">Optional
options: FromDotOptions<"Edge">Optional
options: FromDotOptions<"Subgraph">Generated using TypeDoc
fromDot is a function that converts a DOT string to a model.