> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/sdks/sdk-web/componentes/selphi-biometria-facial/propiedades/interactible.md).

# interactible

## Detalles

**Atributo:** `interactible`

**Tipo:** `boolean`

**Valor por defecto:** `true`

## Morfología

```typescript
selphi.interactible = true;
```

## Descripción

Controla si el usuario debe pulsar un botón para iniciar la captura en `facephi-selphi-widget` (`true`) o si el flujo arranca automáticamente (`false`).

***

## Ejemplo

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