MCPcopy Index your code
hub / github.com/jabbany/CommentCoreLibrary / y

Method y

src/scripting/api/external/WindowCanvas.ts:48–53  ·  view source on GitHub ↗
(y:number)

Source from the content-addressed store, hash-verified

46 }
47
48 set y(y:number) {
49 this._y = y;
50 if (this._windowInstance !== null) {
51 this._windowInstance.moveTo(this._x, this._y);
52 }
53 }
54
55 get innerHTML():string {
56 return this._innerHTML;

Callers

nothing calls this directly

Calls 1

moveToMethod · 0.45

Tested by

no test coverage detected