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

Function width

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

Source from the content-addressed store, hash-verified

200 get x() { return native("PiuContent_get_x").call(this); },
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); },

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