Class IntersectionObserver
java.lang.Object
de.knightsoftnet.mtwidgets.client.jswrapper.IntersectionObserver
-
Constructor Details
-
IntersectionObserver
public IntersectionObserver()
-
-
Method Details
-
observe
public void observe(elemental2.dom.HTMLElement target) Observes the target.- Parameters:
target- the target
-
unobserve
public void unobserve(elemental2.dom.HTMLElement target) Removes the target from observation.- Parameters:
target- the target
-
disconnect
public void disconnect()Disconnects. -
takeRecords
Takes records.- Returns:
- the records
-