toggle menu
ReactAndroid
next
JVM
switch theme
search in API
ReactAndroid
/
com.facebook.react.views.scroll
/
ReactScrollViewCommandHelper
/
ScrollToCommandData
Scroll
To
Command
Data
class
ScrollToCommandData
(
val
mDestX
:
Int
,
val
mDestY
:
Int
,
val
mAnimated
:
Boolean
)
Members
Constructors
Scroll
To
Command
Data
Link copied to clipboard
constructor
(
mDestX
:
Int
,
mDestY
:
Int
,
mAnimated
:
Boolean
)
Properties
m
Animated
Link copied to clipboard
@
JvmField
val
mAnimated
:
Boolean
m
Dest
X
Link copied to clipboard
@
JvmField
val
mDestX
:
Int
m
Dest
Y
Link copied to clipboard
@
JvmField
val
mDestY
:
Int