Skip to content

Commit 22db863

Browse files
authored
Update Addon_Camera.md
1 parent affd359 commit 22db863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

info/api/Addon_Camera.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)