kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.files
/
FileList
File
List
JS
abstract
external
class
FileList
:
ItemArrayLike
<
File
>
Content copied to clipboard
Exposes the JavaScript
FileList
to Kotlin
Constructors
Functions
Properties
Extensions
Constructors
FileList
Link copied to clipboard
JS
fun
FileList
(
)
Content copied to clipboard
Functions
item
Link copied to clipboard
JS
open
override
fun
item
(
index
:
Int
)
:
File
?
Content copied to clipboard
Properties
length
Link copied to clipboard
JS
abstract
val
length
:
Int
Content copied to clipboard
Extensions
get
Link copied to clipboard
JS
inline operator
fun
FileList
.
get
(
index
:
Int
)
:
File
?
Content copied to clipboard