Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/clientIO/joint
/ offset
Method
offset
packages/joint-shapes-general/src/plus/plus.ts:40–42 ·
view source on GitHub ↗
(value: number)
Source
from the content-addressed store, hash-verified
38
}
39
40
set offset(value: number) {
41
this.set(
'offset'
, value);
42
}
43
44
get offset(): number {
45
const
offset = this.get(
'offset'
) || 0;
Callers
15
RotatableNode
Function · 0.45
connectionPoints.js
File · 0.45
paper.js
File · 0.45
attributes.js
File · 0.45
anchors.js
File · 0.45
elementTools.js
File · 0.45
vectorizer.test.ts
File · 0.45
rect.js
File · 0.45
point.js
File · 0.45
ellipse.js
File · 0.45
_modelCenter
Function · 0.45
index.mjs
File · 0.45
Calls
2
set
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected