Preparing search index...
@universe-dg/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
combineTargetFor
?:
string
Optional
combine
With
combineWith
?:
string
Optional
dragging
Over
draggingOver
?:
string
Optional
drop
Animation
dropAnimation
?:
{
curve
:
string
;
duration
:
number
;
moveTo
:
{
x
:
number
;
y
:
number
}
;
opacity
?:
number
;
scale
?:
number
;
}
is
Dragging
isDragging
:
boolean
is
Drop
Animating
isDropAnimating
:
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
Юниверс DG SDK UI
Loading...
Public