initialTip
Shows a tip before capture.
Last updated
Shows a tip before capture.
Attribute: initial-tip
Type: boolean
Default value: false
selphi.initialTip = true;Activate the previous tip wrapper (tip-widget) before starting Face Capture in facephi-selphi-widget. Useful for guiding the user on posture, lighting, or framing.
Recommended property: use showPreviousTip in new integrations.
Precedence: if you define initialTip and showPreviousTip at the same time, wins showPreviousTip wins and a precedence warning is emitted in the console.
Deprecation: initialTip is still operational in this Version, but will be removed in the next major version. Use only initialTip issues a deprecation warning in the console.
Last updated
<facephi-selphi-widget
initialTip={true}
/>