All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.knightsoftnet.mtwidgets.client.jswrapper.IntersectionObserverEntry Maven / Gradle / Ivy

package de.knightsoftnet.mtwidgets.client.jswrapper;

import elemental2.dom.HTMLElement;

import jsinterop.annotations.JsProperty;
import jsinterop.annotations.JsType;

@JsType(isNative = true)
public class IntersectionObserverEntry {

  @JsProperty
  public HTMLElement target;

  @JsProperty
  public double intersectionRatio;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy