The DOT string to convert.
Optional
options: FromDotOptions<"Graph" | "Dot">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.
fromDot is a function that converts a DOT string to a model.
The DOT string to convert.
Optional
options: FromDotOptions<"Node">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.
fromDot is a function that converts a DOT string to a model.
The DOT string to convert.
Optional
options: FromDotOptions<"Edge">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.
fromDot is a function that converts a DOT string to a model.
The DOT string to convert.
Optional
options: FromDotOptions<"Subgraph">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.
fromDot is a function that converts a DOT string to a model.