Barcode Pick View Highlight Style Request

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

BarcodePickViewHighlightStyleRequest
class BarcodePickViewHighlightStyleRequest

Added in version 8.2.0

This class encapsulates a style request for an highlight. It provides the item data, the product identifier if already mapped and the state.

itemData
get itemData(): string

Added in version 8.2.0

The barcode data.

productIdentifier
get productIdentifier(): string | null

Added in version 8.2.0

The item data that was provided during the mapping, if available.

state
get state(): BarcodePickState

Added in version 8.2.0

The state of the the scanned item.