Skip to main content

Home > @jsplumbtoolkit/browser-ui-react > BaseGroupComponent

BaseGroupComponent class

Base component that your group components can extend, to get access to a few helper methods. It is not imperative that you extend this component.

Signature:

export declare class BaseGroupComponent<P extends PropsWithContext, S> extends BaseVertexComponent<P, S> 

Extends: BaseVertexComponent<P, S>

Constructors

ConstructorModifiersDescription
(constructor)(props)Constructs a new instance of the BaseGroupComponent class

Properties

PropertyModifiersTypeDescription
groupGroup

Methods

MethodModifiersDescription
removeGroup(alsoRemoveChildNodes)Removes the group that this component represents.
updateGroup(data)Updates the group that this component represents.