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