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

Method height

src/monogatari.ts:728–730  ·  view source on GitHub ↗

* @static height - Determines the real height 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

726 * @return {number} - Computed Width of the element
727 */
728 static height () {
729 return this.element().height();
730 }
731
732 /**
733 * @static debug - If the Monogatari debug file is present, this function

Callers 2

resizeFunction · 0.80
commands.jsFile · 0.80

Calls 1

elementMethod · 0.95

Tested by

no test coverage detected