Home > @jsplumbtoolkit/browser-ui-react > BaseGroupComponent > updateGroup
BaseGroupComponent.updateGroup() method
Updates the group that this component represents.
Signature:
updateGroup(data: Record<string, any>): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| data | Record<string, any> |
Returns:
void