Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ScreenshotDto

Index

Constructors

Properties

Constructors

constructor

  • new ScreenshotDto(camera?: Camera, width?: number, height?: number, mimeType?: string, quality?: number): ScreenshotDto
  • Parameters

    • Optional camera: Camera
    • Optional width: number
    • Optional height: number
    • Optional mimeType: string
    • Optional quality: number

    Returns ScreenshotDto

Properties

camera

camera: Camera

Camera to be used. If not set, active camera will be used

default

undefined

height

height: number

height of the screenshot

default

1080

minimum

0

maximum

Infinity

step

1

mimeType

mimeType: string

The mime type

default

image/png

quality

quality: number

quality of the screenshot

default

1

minimum

0

maximum

Infinity

step

0.1

width

width: number

width of the screenshot

default

1920

minimum

0

maximum

Infinity

step

1

Generated using TypeDoc