Home > @jsplumbtoolkit/browser-ui > 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) | ||
getInternalEdges(params) | Gets all the edges from the group, any ports the Group has, and any edges connected to all child vertices of the group. Prior to 5.13.0 this method did not exist and getAllEdges did what this method does. | |
getMemberCount() | ||
getMembers() | ||
removeMember(v) |