DataTransferItemList

abstract class DataTransferItemList : JsAny

Exposes the JavaScript DataTransferItemList to Kotlin

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val length: Int

Functions

Link copied to clipboard
fun add(data: String, type: String): DataTransferItem?
Link copied to clipboard
fun clear()
Link copied to clipboard
fun remove(index: Int)