<!-- 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)

## ScrollVisibilityObserver interface

Methods to initialise and cease visibility observing.

**Signature:**

```typescript
export interface ScrollVisibilityObserver 
```

## Methods

|  Method | Description |
|  --- | --- |
|  [observe(element)](./x-components.scrollvisibilityobserver.observe.md) | Starts observing the provided element. |
|  [unobserve(element)](./x-components.scrollvisibilityobserver.unobserve.md) | Stops observing the provided element. |

