toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-react-beautiful-dnd
/
react.beautiful.dnd
/
SensorAPI
Sensor
API
sealed
external
interface
SensorAPI
(
source
)
Members
Properties
can
Get
Lock
Link copied to clipboard
abstract
var
canGetLock
:
(
DraggableId
)
->
Boolean
find
Closest
Draggable
Id
Link copied to clipboard
abstract
var
findClosestDraggableId
:
(
event
:
Event
)
->
DraggableId
?
find
Options
For
Draggable
Link copied to clipboard
abstract
var
findOptionsForDraggable
:
(
DraggableId
)
->
DraggableOptions
?
is
Lock
Claimed
Link copied to clipboard
abstract
var
isLockClaimed
:
(
)
->
Boolean
try
Get
Lock
Link copied to clipboard
abstract
var
tryGetLock
:
TryGetLock
try
Release
Lock
Link copied to clipboard
abstract
var
tryReleaseLock
:
(
)
->
Unit