File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -873,10 +873,10 @@ interface ScanConfiguration{
873873 loadLocalFile? : {
874874 visibility? : boolean , // Whether to display the load local file icon. The default value is true.
875875 },
876- funcConfirmExitContinuousScan: funcConfirmExitContinuousScan ,
876+ funcConfirmExitContinuousScan? : funcConfirmExitContinuousScan ,
877877 // funcConfirmExitContinuousScan is the callback funtion
878878 // Return true:Exit continuous scan mode without saving the captured image data. Return false: Stay on the original viewer
879- funcConfirmExit: funcConfirmExit ,
879+ funcConfirmExit? : funcConfirmExit ,
880880 // funcConfirmExit is the callback funtion
881881 // Return true:End this capture without saving the image data. Return false: Stay on the original viewer
882882 },
You can’t perform that action at this time.
0 commit comments