Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jscad/OpenJSCAD.org
/ setElementHeight
Function
setElementHeight
src/ui/index.js:35–37 ·
view source on GitHub ↗
(element, height)
Source
from the content-addressed store, hash-verified
33
}
34
35
function
setElementHeight (element, height) {
36
element.style.height = `${height}`
37
}
38
39
function
setElementWidth (element, width) {
40
element.style.width = `${width}`
Callers
1
init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected