Type alias BarcodeItemInfoPosition

BarcodeItemInfoPosition: "DISABLED" | "STACKED" | "BELOW" | "ABOVE"

Where to display the barcode info box in the camera preview.

  • DISABLED: Don't display any barcode info.
  • STACKED: Display the barcode info box in the center of the overlay polygon.
  • BELOW: Display the barcode info box below the overlay polygon.
  • ABOVE: Display the barcode info box above the overlay polygon.

Generated using TypeDoc