toggle menu
core
0.42.0
js
switch theme
search in API
core
/
de.peekandpoke.kraft.addons.dnd
/
DndDropTargetBuilder
Dnd
Drop
Target
Builder
js
class
DndDropTargetBuilder
<
PAYLOAD
:
Any
>
(
payloadType
:
KClass
<
PAYLOAD
>
)
Members
Members & Extensions
Constructors
Dnd
Drop
Target
Builder
Link copied to clipboard
js
constructor
(
payloadType
:
KClass
<
PAYLOAD
>
)
Properties
accepts
Link copied to clipboard
js
var
accepts
:
(
PAYLOAD
)
->
Boolean
key
Link copied to clipboard
js
var
key
:
String
?
on
Drag
End
Link copied to clipboard
js
var
onDragEnd
:
(
target
:
Component
<
*
>
)
->
Unit
on
Drag
Start
Link copied to clipboard
js
var
onDragStart
:
(
target
:
Component
<
*
>
)
->
Unit
on
Drop
Link copied to clipboard
js
var
onDrop
:
(
PAYLOAD
)
->
Unit
on
Mouse
Out
Link copied to clipboard
js
var
onMouseOut
:
(
target
:
Component
<
*
>
)
->
Unit
on
Mouse
Over
Link copied to clipboard
js
var
onMouseOver
:
(
target
:
Component
<
*
>
)
->
Unit
Functions
blue
Highlights
Link copied to clipboard
js
fun
<
P
:
Any
>
DndDropTargetBuilder
<
P
>
.
blueHighlights
(
)
green
Highlights
Link copied to clipboard
js
fun
<
P
:
Any
>
DndDropTargetBuilder
<
P
>
.
greenHighlights
(
)