> 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-pt-br/sdks/sdk-web/componentes/selphi-biometria-facial/propiedades/initialtipwidth.md).

# initialTipWidth

## Detalhes

**Atributo:** `initial-tip-width`

**Tipo:** `number`

**Valor padrão:** `350`

## Morfologia

```typescript
selphi.initialTipWidth = 350;
```

## Descrição

Largura em pixels da área de animação da dica inicial em `facephi-selphi-widget`.

### Considerações

Requer [initialTip](/docs.facephi-pt-br/sdks/sdk-web/componentes/selphi-biometria-facial/propiedades/initialtip.md) ativo.

***

## Exemplo

```jsx
<facephi-selphi-widget
    initialTip={true}
    initialTipHeight={350}
    initialTipWidth={350}
/>
```
