Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IClientAppScanBarcodePayload

This message is used to send a barcode scan event to another application. Can be used to use another application as a remote barcode scanner.

export
interface

IClientAppScanBarcodePayload

Hierarchy

Index

Properties

Properties

Action

Action: "scanBarcode"

Data

Data: { Barcode: string }

Type declaration

  • Barcode: string