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

x/graphviz/model/attributes_base.ts>Attributes

🦕 Simple Graphviz library for Deno.
Latest
class Attributes
implements IAttributes<T>
extends AttributesBase<T>
import { Attributes } from "https://deno.land/x/graphviz@v0.2.1/model/attributes_base.ts";

A set of attribute values for any object.

Type Parameters

optional
T extends string = string

Properties

optional
comment: string

Comments to include when outputting with toDot.