FileList

abstract external class FileList : ItemArrayLike<File>

Exposes the JavaScript FileList to Kotlin

Constructors

Link copied to clipboard
fun FileList()

Functions

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

Properties

Link copied to clipboard
abstract val length: Int

Extensions

Link copied to clipboard

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

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