Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/monkeytypegame/monkeytype
/ getOffsetWidth
Method
getOffsetWidth
frontend/src/ts/utils/dom.ts:769–771 ·
view source on GitHub ↗
* Get the element's width
()
Source
from the content-addressed store, hash-verified
767
* Get the element's width
768
*/
769
getOffsetWidth(): number {
770
return
this.native.offsetWidth;
771
}
772
773
/**
774
* Get the element's height
Callers
7
createHintsHtml
Function · 0.80
joinOverlappingHints
Function · 0.80
updateWordsInputPosition
Function · 0.80
getNlCharWidth
Function · 0.80
scrollTape
Function · 0.80
getWidth
Method · 0.80
getTargetPositionAndWidth
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected