dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Widgets
BarcodeScannerInput Class
The BarcodeScannerInput class defines the desired user interface for a barcode or QR code scanner. This input type will default to the TextBoxInput type as the API does not currently support bar code scanning.
ArcGIS JS API
public class BarcodeScannerInput : dymaptic.GeoBlazor.Core.Components.Widgets.FormInput
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 FormInput 🡒 BarcodeScannerInput
Properties
BarcodeScannerInput.MaxLength Property
When set, defines the text input’s maximum length.
public System.Nullable<int> MaxLength { get; set; }
Property Value
BarcodeScannerInput.MinLength Property
When set, defines the text input’s minimum length.
public System.Nullable<int> MinLength { get; set; }
Property Value
BarcodeScannerInput.Type Property
The type of form element input.
public override string Type { get; }