MCPcopy
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

RotatableNodeFunction · 0.45
paper.jsFile · 0.45
attributes.jsFile · 0.45
anchors.jsFile · 0.45
elementTools.jsFile · 0.45
vectorizer.test.tsFile · 0.45
rect.jsFile · 0.45
point.jsFile · 0.45
ellipse.jsFile · 0.45
_modelCenterFunction · 0.45
index.mjsFile · 0.45

Calls 2

setMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected