FileList

JS
1.1
abstract class FileList : ItemArrayLike < File >
(source)

Exposes the JavaScript FileList to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript FileList to Kotlin

FileList ( )

Functions

JS
1.1

item

open fun item ( index : Int ) : File ?

Extension Functions

JS
1.1

asList

Returns the view of this ItemArrayLike<T> collection as List<T>

fun < T > ItemArrayLike < T > . asList ( ) : List < T >
JS
1.1

get

operator fun FileList . get ( index : Int ) : File ?