@empathyco/x-components
Version:
Empathy X Components
22 lines (13 loc) • 712 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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. |