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

x/graphviz/model/nodes.ts>NodeWithPort

🦕 Simple Graphviz library for Deno.
Latest
class NodeWithPort
implements INodeWithPort
import { NodeWithPort } from "https://deno.land/x/graphviz@v0.2.1/model/nodes.ts";

An object that represents a Node where port and compass are specified.

Constructors

new
NodeWithPort(node: INode, port: Partial<IPort>)