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

selphid.initialTip = true;

Description

Activate the prior-tip wrapper before Document Capture in facephi-selphid-widget.

Additional information

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.


Example

Last updated