Class SelectionOverlayConfiguration

Constructors

Properties

automaticSelectionEnabled?: boolean

Determines whether the selection overlay should be automatically selected (and when onBarcodeDetected is called) when a barcode is detected. Defaults to false

onBarcodeFound?: ((code, polygon, label) => void)

Type declaration

Controls the format of the text displayed below the selection overlay. Defaults to just the code value

visible?: boolean

Generated using TypeDoc