MCPcopy 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

createHintsHtmlFunction · 0.80
joinOverlappingHintsFunction · 0.80
updateWordsInputPositionFunction · 0.80
getNlCharWidthFunction · 0.80
scrollTapeFunction · 0.80
getWidthMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected