webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
IntersectionObserver Interface Reference

import"IntersectionObserver.idl";

Public Member Functions

void observe (Element target)
 
void unobserve (Element target)
 
void disconnect ()
 
sequence< IntersectionObserverEntrytakeRecords ()
 

Public Attributes

readonly attribute Element root
 
readonly attribute DOMString rootMargin
 
readonly attribute sequence< double > thresholds
 

Member Function Documentation

◆ disconnect()

void IntersectionObserver::disconnect ( )

◆ observe()

void IntersectionObserver::observe ( Element  target)

◆ takeRecords()

sequence<IntersectionObserverEntry> IntersectionObserver::takeRecords ( )

◆ unobserve()

void IntersectionObserver::unobserve ( Element  target)

Member Data Documentation

◆ root

readonly attribute Element IntersectionObserver::root

◆ rootMargin

readonly attribute DOMString IntersectionObserver::rootMargin

◆ thresholds

readonly attribute sequence<double> IntersectionObserver::thresholds

The documentation for this interface was generated from the following file: