Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/loggerhead/json4u
/ setRow
Method
setRow
src/lib/table/tableNode.ts:109–113 ·
view source on GitHub ↗
(row: number)
Source
from the content-addressed store, hash-verified
107
}
108
109
setRow(row: number) {
110
this.row = row;
111
this.y = row * globalStyle.rowHeight;
112
return
this;
113
}
114
115
setSpan(span: number) {
116
this.span = span;
Callers
1
newNode
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected