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

x/graphviz/model/root_clusters.ts>RootCluster

🦕 Simple Graphviz library for Deno.
Latest
class RootCluster
implements IRootCluster
extends Cluster<attribute.RootCluster>
Abstract
import { RootCluster } from "https://deno.land/x/graphviz@v0.2.1/model/root_clusters.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.