toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.event
/
DropFileEvent
Drop
File
Event
data
class
DropFileEvent
(
var
type
:
DropFileEvent.Type
=
Type.START
,
var
files
:
List
<
VfsFile
>
?
=
null
)
:
Event
,
TEvent
<
DropFileEvent
>
Members
Members & Extensions
Constructors
Drop
File
Event
Link copied to clipboard
constructor
(
type
:
DropFileEvent.Type
=
Type.START
,
files
:
List
<
VfsFile
>
?
=
null
)
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
DropFileEvent.Type
>
,
EventType
<
DropFileEvent
>
Properties
default
Prevented
Link copied to clipboard
var
defaultPrevented
:
Boolean
files
Link copied to clipboard
var
files
:
List
<
VfsFile
>
?
target
Link copied to clipboard
var
target
:
Any
?
type
Link copied to clipboard
open
override
var
type
:
DropFileEvent.Type
Functions
copy
From
Link copied to clipboard
fun
copyFrom
(
other
:
DropFileEvent
)
prevent
Default
Link copied to clipboard
fun
preventDefault
(
reason
:
Any
?
=
null
)
prevent
Default
Link copied to clipboard
fun
Event
.
preventDefault
(
reason
:
Any
?
=
null
)
:
Nothing
stop
Propagation
Link copied to clipboard
fun
stopPropagation
(
reason
:
Any
?
=
null
)