Skip to main content
Module

x/graphviz/mod.ts>attribute.labeltarget

🦕 Simple Graphviz library for Deno.
Latest
variable attribute.labeltarget
import { attribute } from "https://deno.land/x/graphviz@v0.2.1/mod.ts";
const { labeltarget } = attribute;

If the edge has a URL or labelURL attribute, this attribute determines which window of the browser is used for the URL attached to the label. Setting it to "_graphviz" will open a new window if it doesn't already exist, or reuse it if it does. If undefined, the value of the target is used.

type

"labeltarget"