Type alias BarcodeScannerElement

BarcodeScannerElement: {
    restrictBarcodeTypes: boolean;
    restrictedBarcodeTypes?: string[];
    type: "barcodeScanner";
} & FormElementWithInput<string>

Type declaration

  • restrictBarcodeTypes: boolean
  • Optional restrictedBarcodeTypes?: string[]
  • type: "barcodeScanner"