> 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/selphid-documentos/propiedades/barcode.md).

# barcode

## Details

**Attribute:** `barcode`

**Type:** `boolean`

**Default value:** `null`

## Morphology

```typescript
selphid.barcode = true;
```

## Description

Enables barcode and QR code reading during capture in `facephi-selphid-widget`.

***

## Example

```jsx
<facephi-selphid-widget
    barcode={true}
/>
```
