Tego Bot API Documentation v0.2.0
Tego Bot API Documentation / InteractiveCaptureOptions
Interface: InteractiveCaptureOptions
Defined in: botjs/src/screenshot.ts:27
Interactive capture mode options
Properties
showGrid?
optionalshowGrid:boolean
Defined in: botjs/src/screenshot.ts:29
Show grid overlay during selection
showCoordinates?
optionalshowCoordinates:boolean
Defined in: botjs/src/screenshot.ts:31
Show coordinate information
showSize?
optionalshowSize:boolean
Defined in: botjs/src/screenshot.ts:33
Show size information
hintText?
optionalhintText:string
Defined in: botjs/src/screenshot.ts:35
Hint text to display
enableWindowSnap?
optionalenableWindowSnap:boolean
Defined in: botjs/src/screenshot.ts:37
Enable automatic window snapping
snapThreshold?
optionalsnapThreshold:number
Defined in: botjs/src/screenshot.ts:39
Snap threshold in pixels (default: 10)