Interface FileList

All Superinterfaces:
JSArrayReader<File>, org.teavm.jso.JSObject

public interface FileList extends org.teavm.jso.JSObject, JSArrayReader<File>
  • 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
  • Method Details

    • item

      File item(int index)