toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-react-beautiful-dnd
/
react.beautiful.dnd
/
DraggableProvidedDragHandleProps
Draggable
Provided
Drag
Handle
Props
sealed
external
interface
DraggableProvidedDragHandleProps
:
Props
(
source
)
Members
Properties
draggable
Link copied to clipboard
abstract
var
draggable
:
Boolean
key
Link copied to clipboard
abstract
var
key
:
Key
?
on
Drag
Start
Link copied to clipboard
abstract
var
onDragStart
:
DragEventHandler
<
*
>
role
Link copied to clipboard
abstract
var
role
:
String
tab
Index
Link copied to clipboard
abstract
var
tabIndex
:
Int
Functions
unary
Plus
Link copied to clipboard
open
inline operator
fun
Props
?
.
unaryPlus
(
)