Skip to main content

Home > @jsplumbtoolkit/core > Group

Group class

Signature:

export declare class Group extends Node 

Extends: Node

Constructors

ConstructorModifiersDescription
(constructor)(graph, data, idFunction)Constructs a new instance of the Group class

Properties

PropertyModifiersTypeDescription
_memberMapRecord<string, Node>
membersArray<Node>
objectTypestring
objectTypestaticstring

Methods

MethodModifiersDescription
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)