eLabSDK.Barcode
overrideBulkBarcodeAction(cfg)
Subscribes to the Bulk Barcode Scanner Save action.
Kind: global function
Param | Type | Description |
---|---|---|
cfg | object | |
cfg.uniqueID | string | required uniqueID to make sure subscription only happens once |
cfg.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 |
© 2023 eLabNext
Updated 10 months ago