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