Configuration of the Find and Pick barcode scanning mode.

Hierarchy

  • PartiallyConstructible
    • FindAndPickScanningMode

Constructors

Properties

_type: "FindAndPickScanningMode"
allowPartialScan: boolean

If the user is allowed to finish the scanning process without scanning all the expected barcodes. Default is false

Configuration of the AR overlay.

confirmationAlertDialog: ScanbotAlertDialog

Configuration of the confirmation alert dialog.

confirmationAlertDialogEnabled: boolean

If the confirmation alert dialog is enabled. Default is false

countingRepeatDelay: number

Time interval in milliseconds before a barcode is counted again. 0 = no delay. The default value is 1000. Default is 1000

expectedBarcodes: ExpectedBarcode[]

List of barcodes that the user has to find and scan.

manualCountEditDialog: ManualCountEditDialog

Configuration of the dialog to manually edit the barcode count.

partialScannedAlertDialog: ScanbotAlertDialog

Configuration of the partial scanned alert dialog.

partialScannedAlertDialogEnabled: boolean

If the partial scanned alert dialog is enabled. Default is true

scanningCompletedColor: string

Color of the selected barcode. Default is "?sbColorPositive"

scanningNotScannedColor: string

Color of the not scanned barcode . Default is "?sbColorOutline"

scanningPartiallyColor: string

Color of the partially scanned barcode. Default is "?sbColorWarning"

sheet: Sheet

Configuration of the preview mode for the barcodes required to be found and scanned.

sheetContent: SheetContent

Configuration of the list of barcodes required to be found and scanned.