FileList

abstract external class FileList : ItemArrayLike<File>

Exposes the JavaScript FileList to Kotlin

Constructors

FileList
Link copied to clipboard
JS
fun FileList()

Functions

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

Properties

length
Link copied to clipboard
JS
abstract val length: Int

Extensions

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