previewImage
Shows a preview after capture.
Last updated
Shows a preview after capture.
Attribute: preview-image
Type: boolean
Default value: true
selphi.previewImage = true;Displays a preview of the best captured image before completing the Flow in facephi-selphi-widget.
Compatibility: Replaces previewCapture in earlier versions of SDK Web.
Recommended property: use showResultAfterCapture in new integrations.
Precedence: if you define previewImage and showResultAfterCapture at the same time, wins showResultAfterCapture wins and a precedence warning is emitted in the console.
Deprecation: previewImage is still operational in this Version, but will be removed in the next major version. Use only previewImage issues a deprecation warning in the console.
Last updated
<facephi-selphi-widget
previewImage={true}
/>