core
0.23.5
js
core
/
de.peekandpoke.kraft.addons.dnd
/
DndDragHandleComponent
/
Props
Props
js
data
class
Props
<
PAYLOAD
:
Any
>
(
val
payloadType
:
KClass
<
PAYLOAD
>
,
val
payload
:
PAYLOAD
,
val
host
:
Component
<
*
>
?
,
val
key
:
String
?
)
Constructors
Properties
Constructors
Props
Link copied to clipboard
js
fun
<
PAYLOAD
:
Any
>
Props
(
payloadType
:
KClass
<
PAYLOAD
>
,
payload
:
PAYLOAD
,
host
:
Component
<
*
>
?
,
key
:
String
?
)
Properties
host
Link copied to clipboard
js
val
host
:
Component
<
*
>
?
key
Link copied to clipboard
js
val
key
:
String
?
payload
Link copied to clipboard
js
val
payload
:
PAYLOAD
payload
Type
Link copied to clipboard
js
val
payloadType
:
KClass
<
PAYLOAD
>