UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

7 lines (6 loc) 399 B
import { DeepPartial } from "../core-types"; import { TextPatternScannerViewConfiguration } from "../model/configuration/text-pattern-scanner-view-configuration"; import { IFinderScannerHandle } from "./base/i-finder-scanner-handle"; export interface ITextPatternScannerHandle extends IFinderScannerHandle { updateConfiguration(config: DeepPartial<TextPatternScannerViewConfiguration>): void; }