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

interactible

Requires user interaction to start.

Details

Attribute: interactive

Type: boolean

Default value: true

Morphology

selphi.interactible = true;

Description

Controls whether the user must press a button to start capturing in facephi-selphi-widget (true) or if the Flow starts automatically (false).


Example

<facephi-selphi-widget
    interactible={true}
/>

Last updated