initialTip
Shows a tip before capture.
Last updated
Shows a tip before capture.
Attribute: initial-tip
Type: boolean
Default value: false
selphid.initialTip = true;Activate the prior-tip wrapper before Document Capture in facephi-selphid-widget.
Recommended property: use showPreviousTip in new integrations.
Precedence: if you define initialTip and showPreviousTip at the same time, showPreviousTip takes precedence and a precedence warning is emitted in the console.
Deprecation: initialTip is still operational in this version, but it will be removed in the next major version. Use only initialTip emits a deprecation warning in the console.
Last updated
<facephi-selphid-widget
initialTip={true}
/>