MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / height

Function height

modules/piu/All/piuAll.js:203–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201 get y() { return native("PiuContent_get_y").call(this); },
202 get width() { return native("PiuContent_get_width").call(this); },
203 get height() { return native("PiuContent_get_height").call(this); },
204
205 set active(it) { native("PiuContent_set_active").call(this, it); },
206 set backgroundTouch(it) { native("PiuContent_set_backgroundTouch").call(this, it); },

Callers 3

co5300.jsFile · 0.85
ili9341_p8.jsFile · 0.85
piuPebble.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected