toggle menu
core
0.43.4
js
switch theme
search in API
core
/
de.peekandpoke.kraft.addons.dnd
/
DndDropTargetComponent
/
Props
/
Props
Props
js
constructor
(
payloadType
:
KClass
<
PAYLOAD
>
,
accepts
:
(
PAYLOAD
)
->
Boolean
,
onDrop
:
(
PAYLOAD
)
->
Unit
,
onMouseOver
:
(
target
:
Component
<
*
>
)
->
Unit
,
onMouseOut
:
(
target
:
Component
<
*
>
)
->
Unit
,
onDragStart
:
(
target
:
Component
<
*
>
)
->
Unit
,
onDragEnd
:
(
target
:
Component
<
*
>
)
->
Unit
,
key
:
String
?
)