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

countingRepeatDelay?: number

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

Default Value

-1;
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