UNPKG

@empathyco/x-components

Version:
25 lines (14 loc) 667 B
<!-- 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() method Stops observing the provided element. **Signature:** ```typescript unobserve(element: HTMLElement): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | element | HTMLElement | The element to stop observing if it has entered in the view. | **Returns:** void