Triggering event – Abstract
Is triggered, once a barcode has been detected. The barcode and format is passed to the behavior in an object with fields "text" and "format".
The following object is passed to the behavior:
{
text: string, // the barcode value
format: string // the barcode format
}