toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-react-beautiful-dnd
/
react.beautiful.dnd
/
Responders
Responders
sealed
external
interface
Responders
(
source
)
Inheritors
DragDropContextProps
Members
Properties
on
Before
Capture
Link copied to clipboard
abstract
var
onBeforeCapture
:
OnBeforeCaptureResponder
?
on
Before
Drag
Start
Link copied to clipboard
abstract
var
onBeforeDragStart
:
OnBeforeDragStartResponder
?
on
Drag
End
Link copied to clipboard
abstract
var
onDragEnd
:
OnDragEndResponder
on
Drag
Start
Link copied to clipboard
abstract
var
onDragStart
:
OnDragStartResponder
?
on
Drag
Update
Link copied to clipboard
abstract
var
onDragUpdate
:
OnDragUpdateResponder
?