Skip to content

Tego Bot API Documentation v0.2.0


Tego Bot API Documentation / ScreenRegion

Interface: ScreenRegion

Defined in: botjs/src/screenshot.ts:45

Screen region definition

Properties

x

x: number

Defined in: botjs/src/screenshot.ts:47

X coordinate


y

y: number

Defined in: botjs/src/screenshot.ts:49

Y coordinate


width

width: number

Defined in: botjs/src/screenshot.ts:51

Width in pixels


height

height: number

Defined in: botjs/src/screenshot.ts:53

Height in pixels

Released under the MIT License.