Skip to main content
Version: Current

Barcode Types

  • BarcodeFormat

    The list of possible barcode formats.

    A BarcodeFormat can be one of the following values:

    • "code128"
    • "code39"
    • "ean13"
    • "ean8"
    • "upc"
    • "itf14"
    • "msi"
    • "pharmacode"
    • "codabar"
  • ShowJoinCodeAction

    Defines an event that shows a QR code that is a link to a instance & dimension.

    Members

    • dimension? string

      The dimension that should be joined.

    • inst? string

      The instance that should be joined.

    • type "show_join_code"