toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-react-beautiful-dnd
/
react.beautiful.dnd
/
DragActions
Drag
Actions
sealed
external
interface
DragActions
(
source
)
Inheritors
FluidDragActions
SnapDragActions
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
should
Respect
Force
Press
Link copied to clipboard
abstract
var
shouldRespectForcePress
:
(
)
->
Boolean