Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/jabbany/CommentCoreLibrary
/ x
Method
x
src/scripting/api/external/WindowCanvas.ts:41–46 ·
view source on GitHub ↗
(x:number)
Source
from the content-addressed store, hash-verified
39
}
40
41
set x(x:number) {
42
this._x = x;
43
if
(this._windowInstance !== null) {
44
this._windowInstance.moveTo(this._x, this._y);
45
}
46
}
47
48
set y(y:number) {
49
this._y = y;
Callers
nothing calls this directly
Calls
1
moveTo
Method · 0.45
Tested by
no test coverage detected