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