Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
DragUpdate
Interface DragUpdate
Public
interface
DragUpdate
{
combine
?:
{
draggableId
:
string
;
droppableId
:
string
}
;
destination
?:
{
droppableId
:
string
;
index
:
number
}
;
draggableId
:
string
;
mode
:
"FLUID"
|
"SNAP"
;
source
:
{
droppableId
:
string
;
index
:
number
}
;
type
:
string
;
}
Hierarchy (
View Summary
)
DragStart
DragUpdate
DropResult
Index
Properties
combine?
destination?
draggable
Id
mode
source
type
Properties
Optional
combine
combine
?:
{
draggableId
:
string
;
droppableId
:
string
}
Optional
destination
destination
?:
{
droppableId
:
string
;
index
:
number
}
draggable
Id
draggableId
:
string
mode
mode
:
"FLUID"
|
"SNAP"
source
source
:
{
droppableId
:
string
;
index
:
number
}
type
type
:
string
On This Page
Properties
combine
destination
draggable
Id
mode
source
type
Юниверс DG SDK UI
Loading...
Public