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