Configuration of the barcode info box displayed in the camera preview.

Hierarchy

  • PartiallyConstructible
    • BarcodeItemConfiguration

Constructors

Properties

backgroundDeselected: PolygonStyle

Appearance of the barcode info box's background when a barcode is yet to be selected.

backgroundSelected: PolygonStyle

Appearance of the barcode info box's background when a barcode has been selected.

imageVisible: boolean

Control the visibility of the barcode image in the info box. Default is true

subtitleDeselected: StyledText

Configuration of the text displaying a barcode's symbology in the info box when the barcode is yet to be selected.

subtitleSelected: StyledText

Configuration of the text displaying a barcode's symbology in the info box when the barcode has been selected.

titleDeselected: StyledText

Configuration of the text displaying a barcode's value in the info box when the barcode is yet to be selected.

titleSelected: StyledText

Configuration of the text displaying a barcode's value in the info box when the barcode has been selected.