Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BaseScreenshot

import type { BaseScreenshot } from "https://aws-api.deno.dev/v0.4/services/synthetics.ts?docs=full";

A structure representing a screenshot that is used as a baseline during visual monitoring comparisons made by the canary.

interface BaseScreenshot {
IgnoreCoordinates?: string[] | null;
ScreenshotName: string;
}

§Properties

§
IgnoreCoordinates?: string[] | null
[src]

Coordinates that define the part of a screen to ignore during screenshot comparisons. To obtain the coordinates to use here, use the CloudWatch console to draw the boundaries on the screen. For more information, see Editing or deleting a canary

§
ScreenshotName: string
[src]

The name of the screenshot. This is generated the first time the canary is run after the UpdateCanary operation that specified for this canary to perform visual monitoring.