Skip to main content
Module

x/graphviz/mod.ts>RootCluster

🦕 Simple Graphviz library for Deno.
Latest
class RootCluster
Re-export
Abstract
import { RootCluster } from "https://deno.land/x/graphviz@v0.2.1/mod.ts";

Base class for RootCluster.

Constructors

new
RootCluster(id?: string, attributes?: RootClusterAttributes)
new
RootCluster(
id?: string,
strict?: boolean,
attributes?: RootClusterAttributes,
)
new
RootCluster(strict?: boolean, attributes?: RootClusterAttributes)
new
RootCluster(attributes?: RootClusterAttributes)
new
RootCluster(...args: unknown[])

Properties

attributes
readonly
optional
id: string
strict: boolean

Strict mode.