kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-dom
/
web.files
/
FileList
File
List
abstract
class
FileList
:
ItemArrayLike
<
File
>
,
JsAny
(
source
)
Exposes the JavaScript
FileList
to Kotlin
Members
Members & Extensions
Constructors
File
List
Link copied to clipboard
constructor
(
)
Properties
length
Link copied to clipboard
abstract
val
length
:
Int
Functions
as
List
Link copied to clipboard
fun
<
T
:
JsAny
?
>
ItemArrayLike
<
T
>
.
asList
(
)
:
List
<
T
>
item
Link copied to clipboard
open
override
fun
item
(
index
:
Int
)
:
File
?