FileList

abstract external class FileList : ItemArrayLike<File>

Exposes the JavaScript FileList to Kotlin

Constructors

FileList
Link copied to clipboard
fun FileList()

Functions

item
Link copied to clipboard
open override fun item(index: Int): File?

Properties

length
Link copied to clipboard
abstract val length: Int

Extensions

get
Link copied to clipboard
inline operator fun FileList.get(index: Int): File?