Interface ResizeObserverEntry


@JsType(isNative=true, namespace="<global>") public interface ResizeObserverEntry
  • Method Details

    • getBorderBoxSize

      @JsProperty elemental2.core.JsArray<ResizeObserverSize> getBorderBoxSize()
    • getContentBoxSize

      @JsProperty elemental2.core.JsArray<ResizeObserverSize> getContentBoxSize()
    • getContentRect

      @JsProperty DOMRectReadOnly getContentRect()
    • getTarget

      @JsProperty Element getTarget()