kotlin-mpp-playground
Toggle table of contents
0.1.0.0+0152ff2
common
jvm
wasmJs
Platform filter
common
jvm
wasmJs
Switch theme
Search in API
kotlin-mpp-playground
cmp
/
ui.file
Package-level
declarations
Functions
Functions
Drag
Drop
Box
Link copied to clipboard
jvm
@
Composable
fun
DragDropBox
(
modifier
:
Modifier
=
Modifier
,
onDrop
:
(
DragData
)
->
Unit
)
Drag
Drop
List
View
Link copied to clipboard
common
jvm
wasmJs
@
Composable
expect
fun
DragDropListView
(
)
@
Composable
actual
fun
DragDropListView
(
)
@
Composable
actual
fun
DragDropListView
(
)
File
Browser
Link copied to clipboard
@
Composable
fun
FileBrowser
(
modifier
:
Modifier
=
Modifier
,
navToHome
:
(
)
->
Unit
)
file
Chooser
Link copied to clipboard
jvm
fun
fileChooser
(
parent
:
Frame
?
=
null
,
onClose
:
(
result
:
List
<
File
>
)
->
Unit
)
File
Dialog
Link copied to clipboard
jvm
@
Composable
fun
FileDialog
(
parent
:
Frame
?
=
null
,
onClose
:
(
result
:
List
<
File
>
)
->
Unit
)
File
List
View
Link copied to clipboard
jvm
@
Composable
fun
FileListView
(
modifier
:
Modifier
=
Modifier
,
files
:
List
<
Path
>
)