Barcode scanned
Auslöser - Kurzfassung
Is triggered, once a barcode has been detected. The barcode and format is passed to the behaviour in an object with fields "text" and "format".
The following object is passed to the behaviour:
{
text: string,
// the barcode value
format: string
// the barcode format
}