Interface HTMLCollection

All Superinterfaces:
JSArrayReader<Element>, org.teavm.jso.JSObject
All Known Subinterfaces:
HTMLOptionsCollection

public interface HTMLCollection extends JSArrayReader<Element>
  • Method Summary

    Modifier and Type
    Method
    Description
    item(int index)
     
     

    Methods inherited from interface org.teavm.jso.core.JSArrayReader

    get, getLength

    Methods inherited from interface org.teavm.jso.JSObject

    cast