imageRef property

String? imageRef
final

A reference to an image embedded in this node. To download the image using this reference, use the FigmaClient.getImages() method to retrieve the mapping from image references to image URLs.

Implementation

final String? imageRef;