You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/inspection-capture-web/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ export function MonkPhotoCapturePage({ authToken }) {
85
85
| enableSightGuideline |`boolean`| Boolean indicating whether the sight guideline feature is enabled. If disabled, the guideline text will be hidden. ||`true`|
86
86
| enableTutorial |`PhotoCaptureTutorialOption`| Options for displaying the photo capture tutorial. ||`PhotoCaptureTutorialOption.FIRST_TIME_ONLY`|
87
87
| allowSkipTutorial |`boolean`| Boolean indicating if the user can skip the PhotoCapture tutorial. ||`true`|
88
+
| sightTutorial |`sightTutorial[]`| A collection of sight tutorial in different language with a list of sightIds associate to it. |||
88
89
| enableSightTutorial |`boolean`| Boolean indicating whether the sight tutorial feature is enabled. ||`true`|
89
90
| enableCompliance |`boolean`| Indicates if compliance checks should be enabled or not. ||`true`|
90
91
| enableCompliancePerSight |`string[]`| Array of Sight IDs that indicates for which sight IDs the compliance should be enabled. |||
Copy file name to clipboardExpand all lines: packages/inspection-capture-web/src/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElements/PhotoCaptureHUDElements.tsx
+7-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ import { CaptureMode } from '../../../types';
Copy file name to clipboardExpand all lines: packages/inspection-capture-web/src/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/PhotoCaptureHUDElementsSight.styles.ts
Copy file name to clipboardExpand all lines: packages/inspection-capture-web/src/PhotoCapture/PhotoCaptureHUD/PhotoCaptureHUDElementsSight/PhotoCaptureHUDElementsSight.tsx
0 commit comments