Skip to main content
Module

x/graphviz/mod.ts>Cluster#node

🦕 Simple Graphviz library for Deno.
Latest
method Cluster.prototype.node
Re-export
import { Cluster } from "https://deno.land/x/graphviz@v0.2.1/mod.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