DataTransferItemList

abstract external class DataTransferItemList(source)

Exposes the JavaScript DataTransferItemList to Kotlin

Since Kotlin

1.1

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val length: Int
Since Kotlin 1.1

Functions

Link copied to clipboard
fun add(data: String, type: String): DataTransferItem?
Since Kotlin 1.1
Link copied to clipboard
fun clear()
Since Kotlin 1.1
Link copied to clipboard
inline operator fun DataTransferItemList.get(index: Int): DataTransferItem?
Since Kotlin 1.1
Link copied to clipboard
fun remove(index: Int)
Since Kotlin 1.1