MCPcopy
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

portTransformAttrsFunction · 0.45
outsideLayoutFunction · 0.45
insideLayoutFunction · 0.45
radialLayoutFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected