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#node

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

Declarative API for Node.

Parameters

id: string

Node ID.

optional
callback: (node: INode) => void

Callback to operate Node.

Parameters

id: string
optional
attributes: NodeAttributes
optional
callback: (node: INode) => void