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