ImageList

Summary

The list of Images in the scene. (You don't instantiate this yourself. Access this via Sketch.images)

Instance Properties

NameReturn TypeDescription

lastSelected

Image Read-only

Returns the last image that was selected

last

Image Read-only

Returns the last Image

this[index]

Image Read-only

Returns the image at the specified index

count

number Read-only

The number of images

Last updated