<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [ScrollVisibilityObserver](./x-components.scrollvisibilityobserver.md) &gt; [unobserve](./x-components.scrollvisibilityobserver.unobserve.md)

## ScrollVisibilityObserver.unobserve property

Stops observing the provided element.

**Signature:**

```typescript
unobserve: (element: HTMLElement) => void;
```
