Preparing search index...
The search index is not available
vevet - v5.10.0
vevet
ISwipeAxes
Interface ISwipeAxes
Optional numeric values per swipe axis (
x
,
y
,
angle
).
bounds
: each array is normalized to
[min, max]
movement limits.
snap
: each array lists snap targets in movement space.
interface
ISwipeAxes
{
angle
?:
number
[]
;
x
?:
number
[]
;
y
?:
number
[]
;
}
Index
Properties
angle?
x?
y?
Properties
Optional
angle
angle
?:
number
[]
Optional
x
x
?:
number
[]
Optional
y
y
?:
number
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
angle
x
y
vevet - v5.10.0
Loading...
Optional numeric values per swipe axis (
x,y,angle).bounds: each array is normalized to[min, max]movement limits.snap: each array lists snap targets in movement space.