Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/clientIO/joint
/ onRenderPorts
Function
onRenderPorts
packages/joint-react/src/data/create-ports-store.ts:50–53 ·
view source on GitHub ↗
(cellId, portElementsCache)
Source
from the content-addressed store, hash-verified
48
return
portElement;
49
},
50
onRenderPorts(cellId, portElementsCache) {
51
portElements.set(cellId, portElementsCache);
52
portEvents.notifySubscribers();
53
},
54
destroy() {
55
portElements.clear();
56
},
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected