UNPKG

scandit-web-datacapture-barcode

Version:

Scandit Data Capture SDK for the Web

18 lines (15 loc) 492 B
import { Feedback } from 'scandit-web-datacapture-core'; declare class BarcodeFindFeedback { private _itemListUpdated; private _found; private soundEnabled; private hapticEnabled; private constructor(); get itemListUpdated(): Feedback; set itemListUpdated(value: Feedback); get found(): Feedback; set found(value: Feedback); static createDefaultFeedback(): BarcodeFindFeedback; private static createWithOptions; } export { BarcodeFindFeedback };