Skip to main content
Module

x/graphviz/types.ts

🦕 Simple Graphviz library for Deno.
Latest
import * as graphviz from "https://deno.land/x/graphviz@v0.2.1/types.ts";

Variables

Center

Left part

Upper part

Upper left

Upper right

Lower part

Lower left

Lower right

Right part

Functions

Determine whether the character string satisfies the Compass condition.

Type Aliases

An AttributesValue is one of the following:

  • Any string of alphabetic ([a-zA-Z\200-\377]) characters, underscores ('_') or digits ([0-9]), not beginning with a digit;
  • a numeral [-]?(.[0-9]+ | [0-9]+(.[0-9]*)? );
  • any double-quoted string ("...") possibly containing escaped quotes (")1;
  • an HTML Like string (<...>).

Directive indicating which direction the Edge should point.

Objects that can be Edge destinations satisfy this interface.

string or an object implementing IEdgeTarget.