Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/clientIO/joint
/ defaults
Method
defaults
packages/joint-core/src/dia/GraphLayer.mjs:22–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
defaults() {
23
return
{
24
type
: DEFAULT_GRAPH_LAYER_TYPE
25
};
26
}
27
28
initialize(attrs, options = {}) {
29
super.initialize(attrs, options);
Callers
4
portTransformAttrs
Function · 0.45
outsideLayout
Function · 0.45
insideLayout
Function · 0.45
radialLayout
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected