Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/graphviz/model/clusters.ts>Cluster#getSubgraph

🦕 Simple Graphviz library for Deno.
Latest
method Cluster.prototype.getSubgraph
import { Cluster } from "https://deno.land/x/graphviz@v0.2.1/model/clusters.ts";

Get Subgraph in cluster by specifying id.

If there is no Subgraph with the specified id in the cluster, return undefined.

Parameters

id: string

Returns

ISubgraph | undefined