Documentation Index

Fetch the complete documentation index at: https://docs.lobster-world.com/llms.txt

Use this file to discover all available pages before exploring further.

Barcode scanned

Prev Next

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
}