Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Platform
Uikit
PreDragActions
Interface PreDragActions
Public
interface
PreDragActions
{
abort
:
(
(
)
=>
void
)
;
fluidLift
:
(
(
clientSelection
:
{
x
:
number
;
y
:
number
;
}
)
=>
FluidDragActions
)
;
isActive
:
(
(
)
=>
boolean
)
;
shouldRespectForcePress
:
(
(
)
=>
boolean
)
;
snapLift
:
(
(
)
=>
SnapDragActions
)
;
}
Index
Properties
abort
fluid
Lift
is
Active
should
Respect
Force
Press
snap
Lift
Properties
abort
abort
:
(
(
)
=>
void
)
fluid
Lift
fluid
Lift
:
(
(
clientSelection
:
{
x
:
number
;
y
:
number
;
}
)
=>
FluidDragActions
)
is
Active
is
Active
:
(
(
)
=>
boolean
)
should
Respect
Force
Press
should
Respect
Force
Press
:
(
(
)
=>
boolean
)
snap
Lift
snap
Lift
:
(
(
)
=>
SnapDragActions
)
On This Page
Properties
abort
fluid
Lift
is
Active
should
Respect
Force
Press
snap
Lift
Юниверс MDM SDK UI
Loading...
Public