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
Optional
options: IntersectionObserverInit
Returns IntersectionObserver
- new (
prototype: IntersectionObserver