Type alias WindowBasedCropSchema
WindowBasedCropSchema: { type: "windowBasedCrop"; window: Window | number; shows_cursor?: boolean; mouse_events?: boolean; keyboard_events?: boolean; output?: "singleFile"; filename?: string; } | { type: "windowBasedCrop"; window: Window | number; shows_cursor?: boolean; mouse_events?: boolean; keyboard_events?: boolean; output: "segmented"; filenamePrefix?: string; segmentCallback?: ((url) => void); } Type declaration
type: "windowBasedCrop"
window: Window | number
Optional
shows_cursor?: boolean
Optional
mouse_events?: boolean
Optional
keyboard_events?: boolean
Optional
output?: "singleFile"
Optional
filename?: string
Type declaration
type: "windowBasedCrop"
window: Window | number
Optional
shows_cursor?: boolean
Optional
mouse_events?: boolean
Optional
keyboard_events?: boolean
output: "segmented"
Optional
filenamePrefix?: string
Optional
segmentCallback?: ((url) => void)