OptionaldetectionAn optional handler for detections.
Receives barcode detections and must return true if scanning should stop, or false if scanning should
continue. Any truthy value will be interpreted as true.
OptionalfeedbackOptional configuration for audible and haptic feedback.
OptionalframeOptional Frame source configuration, will override PopupConfiguration.resolution setting.
OptionallabelsOptional overrides for textual content.
Optionalcancel?: stringThe text to display on the cancel button in the dialog bottom area.
Optionaltitle?: stringThe text to display in the dialog header area.
OptionaloverlayOptional Overlay configuration.
OptionalresolutionThe camera resolution to use.
OptionalstyleOptional overrides for title area and cancel button.
OptionalcancelButtonBackgroundColor?: stringBackground color to use for cancel button. Must be specified in rgb() or rgba() notation.
OptionalcancelButtonColor?: stringColor to use for cancel button outline and text. Must be specified in rgb() or rgba() notation.
OptionaltitleBackgroundColor?: stringBackground color to use for title. Must be specified in rgb() or rgba() notation.
OptionaltitleColor?: stringBackground color to use for title text. Must be specified in rgb() notation.
The barcode symbologies that should be detected.
See EngineConfiguration#symbologies for details.
Popup scanner configuration