Optional
x?: PixelValueThe horizontal position within the App’s window specified as a CSS value. (Default: “0px”)
Optional
y?: PixelValueThe vertical position within the App’s window specified as a CSS value. (Default: “0px”)
Optional
zThe relative z-ordering of the item (Default: 1).
Generated using TypeDoc
A standard JavaScript imageData object, containing width, height, and pixel bytes. The image width and height should be in device pixels (scaled by window.devicePixelRatio) to accommodate HiDPI devices.