toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom
/
DataTransferItem
Data
Transfer
Item
abstract
class
DataTransferItem
:
JsAny
Exposes the JavaScript
DataTransferItem
to Kotlin
Members
Constructors
Data
Transfer
Item
Link copied to clipboard
constructor
(
)
Properties
kind
Link copied to clipboard
open
val
kind
:
String
type
Link copied to clipboard
open
val
type
:
String
Functions
get
As
File
Link copied to clipboard
fun
getAsFile
(
)
:
File
?
get
As
String
Link copied to clipboard
fun
getAsString
(
_callback
:
(
String
)
->
Unit
?
)