Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
DragActions
Interface DragActions
Public
interface
DragActions
{
cancel
:
(
args
?:
{
shouldBlockNextClick
:
boolean
}
)
=>
void
;
drop
:
(
args
?:
{
shouldBlockNextClick
:
boolean
}
)
=>
void
;
isActive
:
()
=>
boolean
;
shouldRespectForcePress
:
()
=>
boolean
;
}
Hierarchy (
View Summary
)
DragActions
SnapDragActions
FluidDragActions
Index
Properties
cancel
drop
is
Active
should
Respect
Force
Press
Properties
cancel
cancel
:
(
args
?:
{
shouldBlockNextClick
:
boolean
}
)
=>
void
drop
drop
:
(
args
?:
{
shouldBlockNextClick
:
boolean
}
)
=>
void
is
Active
isActive
:
()
=>
boolean
should
Respect
Force
Press
shouldRespectForcePress
:
()
=>
boolean
On This Page
Properties
cancel
drop
is
Active
should
Respect
Force
Press
Юниверс DG SDK UI
Loading...
Public