Variable IntersectionObserver
IntersectionObserver: {
prototype: IntersectionObserver;
new (
callback: IntersectionObserverCallback,
options?: IntersectionObserverInit,
): IntersectionObserver;
}
prototype: IntersectionObserver;
new (
callback: IntersectionObserverCallback,
options?: IntersectionObserverInit,
): IntersectionObserver;
}
Type declaration
- new (
 callback: IntersectionObserverCallback,
 options?: IntersectionObserverInit,
 ): IntersectionObserver
- Parameters- callback: IntersectionObserverCallback
- Optionaloptions: IntersectionObserverInit
 - Returns IntersectionObserver
 
- new (
- prototype: IntersectionObserver