> 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/docs.facephi-en/sdks/sdk-web/componentes/selphi-biometria-facial/propiedades/livenessmovefailedattempts.md).

# livenessMoveFailedAttempts

## Details

**Attribute:** `liveness-move-failed-attempts`

**Type:** `number`

**Supported values:** Greater than `0`

**Default value:** `2`

## Morphology

```typescript
selphi.livenessMoveFailedAttempts = 2;
```

## Description

Allowed failed attempts per step in the active liveness check of `facephi-selphi-widget` before showing an error.

### Additional information

**Recommended property:** use `moveFailedAttempts` in new integrations.

**Precedence:** if you define `livenessMoveFailedAttempts` and `moveFailedAttempts` at the same time, `moveFailedAttempts` takes precedence and a precedence warning is emitted in the console.

**Deprecation:** `livenessMoveFailedAttempts` is still operational in this version, but it will be removed in the next major version. Use only `livenessMoveFailedAttempts` emits a deprecation warning in the console.

***

## Example

```jsx
<facephi-selphi-widget
    livenessMoveSteps={3}
    livenessMoveFailedAttempts={0}
/>
```
