Barcode Find View Props

Defined under the namespace Scandit.Datacapture.Barcode.Find.Ui

BarcodeFindViewProps
interface BarcodeFindViewProps

Added in version 7.6.0

Configuration interface for defining the properties of a BarcodeFindView component. This interface specifies the required and optional parameters for initializing a BarcodeFind view.

context
context: DataCaptureContext

Added in version 7.6.0

The data capture context that manages the camera and processing pipeline. This context coordinates the barcode find mode with other capture modes and provides access to the camera.

barcodeFind
barcodeFind: BarcodeFind

Added in version 7.6.0

The barcode find mode instance that defines the scanning behavior and settings. This mode handles the barcode detection logic and manages the list of items to find.

viewSettings
viewSettings?: BarcodeFindViewSettings

Added in version 7.6.0

Optional view settings that control the appearance and behavior of the barcode find view. If not provided, the view will use default settings for colors, sounds, haptic feedback, and UI elements.

cameraSettings
cameraSettings?: CameraSettings

Added in version 7.6.0

Optional camera settings to customize the camera behavior. If not provided, the view will use the recommended camera settings optimized for barcode find operations. These settings control aspects like resolution, frame rate, and focus behavior.

style
style?: any

Added in version 7.6.0

Optional style object for customizing the appearance of the BarcodeFind view component. This property allows you to apply custom styles and follows the styling conventions of the respective framework.