previewImage
Shows a preview after capture.
Last updated
Shows a preview after capture.
Attribute: preview-image
Type: boolean
Default value: true
selphid.previewImage = true;Shows preview after capture.
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-selphid-widget
previewImage={true}
/>