kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-dom
/
web.dom
/
DataTransferItem
Data
Transfer
Item
abstract
class
DataTransferItem
:
JsAny
(
source
)
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
?
)