gifRef property

String? gifRef
final

A reference to the GIF embedded in this node, if the image is a GIF. 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? gifRef;