For the complete documentation index, see llms.txt. This page is also available as Markdown.

initialTip

Shows a tip before capture.

Details

Attribute: initial-tip

Type: boolean

Default value: false

Morphology

selphi.initialTip = true;

Description

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.

Additional information

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.


Example

Last updated