> 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/settingsstrictness.md).

# settingsStrictness

## Details

**Attribute:** `settings-strictness`

**Type:** `boolean`

**Default value:** `true`

## Morphology

```typescript
selphi.settingsStrictness = true;
```

## Description

If it is active, `facephi-selphi-widget` shows an error screen when invalid configuration parameters are provided instead of continuing with default values.

### Additional information

**Does not inherit from the SDK Provider:** the `settingsStrictness` of [`facephi-sdk-provider`](/docs.facephi-en/sdks/sdk-web/componentes/sdk-provider/propiedades/settingsstrictness.md) is not propagated to this Widget. To relax the validation of `facephi-selphi-widget` you must define this property directly in it.

***

## Example

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