stdlib
1.8
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JS
stdlib
/
org.w3c.dom
/
DataTransferItemList
Data
Transfer
Item
List
JS
abstract
external
class
DataTransferItemList
(
source
)
Exposes the JavaScript
DataTransferItemList
to Kotlin
Since Kotlin
1.1
Constructors
Functions
Properties
Extensions
Constructors
Data
Transfer
Item
List
Link copied to clipboard
JS
fun
DataTransferItemList
(
)
Functions
add
Link copied to clipboard
JS
fun
add
(
data
:
File
)
:
DataTransferItem
?
fun
add
(
data
:
String
,
type
:
String
)
:
DataTransferItem
?
Since Kotlin
1.1
clear
Link copied to clipboard
JS
fun
clear
(
)
Since Kotlin
1.1
remove
Link copied to clipboard
JS
fun
remove
(
index
:
Int
)
Since Kotlin
1.1
Properties
length
Link copied to clipboard
JS
open
val
length
:
Int
Since Kotlin
1.1
Extensions
get
Link copied to clipboard
JS
inline operator
fun
DataTransferItemList
.
get
(
index
:
Int
)
:
DataTransferItem
?
Since Kotlin
1.1