@scandit/web-datacapture-barcode
Version:
Scandit Data Capture SDK for the Web
18 lines (17 loc) • 554 B
TypeScript
import { Feedback } from "@scandit/web-datacapture-core";
//#region src/main/find/BarcodeFindFeedback.d.ts
declare class BarcodeFindFeedback {
private _itemListUpdated;
private _found;
private readonly soundEnabled;
private readonly hapticEnabled;
private constructor();
get itemListUpdated(): Feedback;
set itemListUpdated(value: Feedback);
get found(): Feedback;
set found(value: Feedback);
static createDefaultFeedback(): BarcodeFindFeedback;
private static createWithOptions;
}
//#endregion
export { BarcodeFindFeedback as t };