Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Platform
Uikit
DraggableStateSnapshot
Interface DraggableStateSnapshot
Public
interface
DraggableStateSnapshot
{
combineTargetFor
?:
string
;
combineWith
?:
string
;
draggingOver
?:
string
;
dropAnimation
?:
{
curve
:
string
;
duration
:
number
;
moveTo
:
{
x
:
number
;
y
:
number
;
}
;
opacity
?:
number
;
scale
?:
number
;
}
;
isDragging
:
boolean
;
isDropAnimating
:
boolean
;
mode
?:
"FLUID"
|
"SNAP"
;
}
Index
Properties
combine
Target
For?
combine
With?
dragging
Over?
drop
Animation?
is
Dragging
is
Drop
Animating
mode?
Properties
Optional
combine
Target
For
combine
Target
For
?:
string
Optional
combine
With
combine
With
?:
string
Optional
dragging
Over
dragging
Over
?:
string
Optional
drop
Animation
drop
Animation
?:
{
curve
:
string
;
duration
:
number
;
moveTo
:
{
x
:
number
;
y
:
number
;
}
;
opacity
?:
number
;
scale
?:
number
;
}
is
Dragging
is
Dragging
:
boolean
is
Drop
Animating
is
Drop
Animating
:
boolean
Optional
mode
mode
?:
"FLUID"
|
"SNAP"
On This Page
Properties
combine
Target
For
combine
With
dragging
Over
drop
Animation
is
Dragging
is
Drop
Animating
mode
Юниверс MDM SDK UI
Loading...
Public