API Docs for: 1.0.0
Show:

eLabSDK.Scan Class

Extends eLabSDK.Base
Module: eLabSDK

Barcode scan

Constructor

eLabSDK.Scan

(
  • object
)

Parameters:

  • object Object

Item Index

Methods

overrideBulkBarcodeAction

(
  • cfg
)

Subscribes to the Bulk Barcode Scanner Save action.

Parameters:

  • cfg Object
    • uniqueID String
      • required uniqueID to make sure subscription only happens once
    • callBackFn(data) String
      • function to call for custom processing. May update data object with {continueProcess: true/false, errorMessage: 'your custom errormessage'}. for async operations, always set continueProcess to false and call finalize() manually