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

x/graphviz/model/nodes.ts>Node#port

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

Returns NodeWithPort with port and compass specified.

Parameters

port: string | Partial<IPort>