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

# initialTipWidth

## Detalhes

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

**Tipo:** `number`

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

## Morfologia

```typescript
selphid.initialTipWidth = 350;
```

## Descrição

Define a largura da animação no componente initial tip

### Considerações

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

***

## Exemplo

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