Home > @jsplumbtoolkit/core > Cluster
Cluster class
Signature:
export declare class Cluster
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(seed) | Constructs a new instance of the Cluster class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| vertices | Array<Vertex> |
Methods
| Method | Modifiers | Description |
|---|---|---|
| addVertex(v) |