kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-jetpack
/
dev.kilua.compose.ui
/
setDropTarget
set
Drop
Target
@
Composable
fun
Modifier
.
setDropTarget
(
format
:
String
,
callback
:
(
DragEvent
)
->
Unit
)
:
Modifier
(
source
)
@
Composable
fun
Modifier
.
setDropTarget
(
callback
:
(
DragEvent
)
->
Unit
)
:
Modifier
(
source
)
@
Composable
fun
Modifier
.
setDropTarget
(
formats
:
Set
<
String
>
?
,
callback
:
(
DragEvent
)
->
Unit
)
:
Modifier
(
source
)
Sets the current component as a D&D drop target.