interface Report {
    body: ReportBody;
    dirname: string;
    fps: uint;
    framespattern: string;
    height: uint;
    type: string;
    url: string;
    width: uint;
    toJSON(): any;
}

Properties

body: ReportBody
dirname: string
fps: uint
framespattern: string
height: uint
type: string
url: string
width: uint

Methods

  • Returns any