* @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
()
| 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 |
no test coverage detected