Interface ScreenshotDataInterface

interface ScreenshotDataInterface {
    data: string;
    height: number;
    width: number;
}

Properties

Properties

data: string

Content of the view window as a data URI encoded image.

height: number

Height of the view window.

width: number

Width of the view window.

Generated using TypeDoc