toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-react-beautiful-dnd
/
react.beautiful.dnd
/
SnapDragActions
Snap
Drag
Actions
sealed
external
interface
SnapDragActions
:
DragActions
(
source
)
Members
Properties
cancel
Link copied to clipboard
abstract
var
cancel
:
(
args
:
StopDragOptions
?
)
->
Unit
drop
Link copied to clipboard
abstract
var
drop
:
(
args
:
StopDragOptions
?
)
->
Unit
is
Active
Link copied to clipboard
abstract
var
isActive
:
(
)
->
Boolean
move
Down
Link copied to clipboard
abstract
var
moveDown
:
(
)
->
Unit
move
Left
Link copied to clipboard
abstract
var
moveLeft
:
(
)
->
Unit
move
Right
Link copied to clipboard
abstract
var
moveRight
:
(
)
->
Unit
move
Up
Link copied to clipboard
abstract
var
moveUp
:
(
)
->
Unit
should
Respect
Force
Press
Link copied to clipboard
abstract
var
shouldRespectForcePress
:
(
)
->
Boolean