Class ClientRectList

java.lang.Object
elemental2.dom.ClientRectList
All Implemented Interfaces:
jsinterop.base.JsArrayLike<DOMRect>

@JsType(isNative=true, namespace="<global>") public class ClientRectList extends Object implements jsinterop.base.JsArrayLike<DOMRect>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    item(int index)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface jsinterop.base.JsArrayLike

    asList, delete, getAt, getAtAsAny, getLength, setAt, setLength
  • Field Details

    • length

      public int length
  • Constructor Details

    • ClientRectList

      public ClientRectList()
  • Method Details

    • item

      public DOMRect item(int index)