apiUrls property
Use the object returned by this method to retrieve URLs for the baseline, checkpoint, and diff images. You can obtain these images using the REST API.
Syntax
value = stepinfo.apiUrls;
Type:{ baselineImage: string; currentImage: string; diffImage: string };
See apiUrls for a detailed description of this object.