Home > @jsplumbtoolkit/core > Group
Group class
Signature:
export declare class Group extends Node
Extends: Node
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(graph, data, idFunction) | Constructs a new instance of the Group class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
_memberMap | Record<string, Node> | ||
members | Array<Node> | ||
objectType | string | ||
objectType | static | string |
Methods
Method | Modifiers | Description |
---|---|---|
addMember(v) | ||
getAllDirectEdges(params) | ||
getAllEdges(params) | Gets all the edges from the Group, any Ports the Group has, and any Edges from any Nodes contained in the Group. | |
getMemberCount() | ||
getMembers() | ||
removeMember(v) |