BarcodeField
Field representing a machine-readable barcode value.
This field type pairs the generic Field contract with the barcode-specific data and behavior defined by BarcodeComponent. It is typically used to display or capture barcodes for inventory, shipping, tickets, or asset tracking workflows. Scanning and decoding barcodes is user's responsibility and can be handled inside onCapture callback in Form
Properties
Link copied to clipboard
Collection of formulas applied to this field. Order may determine execution precedence.
Link copied to clipboard
Unique key that identifies this field within a document. Must be stable across updates.
Link copied to clipboard
Whether the field starts hidden before any logic evaluation occurs.
Link copied to clipboard
Optional FieldLogic describing visibility logic for the field