Barcode AR Custom Highlight
Defined under the namespace Scandit.Datacapture.Barcode.Ar.Ui
- BarcodeArCustomHighlightConfig
interface BarcodeArCustomHighlightConfigAdded in version 8.0.0
Configuration object for BarcodeArCustomHighlight.
- renderHighlight
renderHighlight: () =>
ReactElementAdded in version 8.0.0
Method that returns a React component to be used as a custom highlight.
- BarcodeArCustomHighlight
class BarcodeArCustomHighlight : BarcodeArHighlight
Added in version 8.0.0
A custom highlight that can be used to attach your own component to a scanned barcode.
- constructor(config)
constructor(config: BarcodeArCustomHighlightConfig)
Added in version 8.0.0
Creates a new instance with the provided configuration.
- renderHighlight
renderHighlight: () =>
ReactElementAdded in version 8.0.0