Skip to main content
Module

x/graphviz/types.ts>IClusterCommonAttributes

🦕 Simple Graphviz library for Deno.
Latest
interface IClusterCommonAttributes
import { type IClusterCommonAttributes } from "https://deno.land/x/graphviz@v0.2.1/types.ts";

Cluster common attribute interface.

Properties

graph: IAttributes<attribute.Subgraph | attribute.ClusterSubgraph>

Manage common attributes of graphs in a cluster.

edge: IAttributes<attribute.Edge>

Manage common attributes of edges in a cluster.

node: IAttributes<attribute.Node>

Manage common attributes of nodes in a cluster.