MCPcopy Create free account
hub / github.com/Monogatari/Monogatari / width

Method width

src/monogatari.ts:718–720  ·  view source on GitHub ↗

* @static width - Determines the real width of the Monogatari element, pretty * useful when dealing with canvas or other things that require specific measurements. * * @return {number} - Computed Width of the element

()

Source from the content-addressed store, hash-verified

716 * @return {number} - Computed Width of the element
717 */
718 static width () {
719 return this.element().width();
720 }
721
722 /**
723 * @static height - Determines the real height of the Monogatari element, pretty

Callers 2

resizeFunction · 0.80
commands.jsFile · 0.80

Calls 1

elementMethod · 0.95

Tested by

no test coverage detected