@scandit/web-datacapture-barcode
Version:
Scandit Data Capture SDK for the Web
12 lines • 332 B
TypeScript
//#region src/main/ScanIntention.d.ts
declare enum ScanIntention {
Manual = "manual",
Smart = "smart",
/**
* @deprecated since 8.5; use `SparkScanSettings.selectionMode` set to `SelectionMode.Auto`
* instead. Will be removed in 9.0.
*/
SmartSelection = "smartSelection"
}
//#endregion
export { ScanIntention as t };