Edit on GitHub

Scan Options

A schema that is used to validate a part of Laboperator workflow templates.

Options for a Scanner trigger. The application supports simulating a barcode scan by passing the 'simulateScanString' prop to the component.

Scan Options
property name*
object
patternrequired
string <regex>
default: ^[-A-Z0-9]{4,}

The pattern will be matched with text to determine a valid barcode scan.

Examples:
^ID-[-A-Z0-9]
caseSensitive
boolean
default: false

Determines whether the search for a match is case-sensitive.

Where is this used?
Other schemas that have a reference ($ref) to this schema.

No references found.