@nativescript-community/gesturehandler
Nativescript Doc
Preparing search index...
GestureStateEventData
Interface GestureStateEventData
interface
GestureStateEventData
{
data
:
{
android
?:
any
;
extraData
:
{
[
k
:
string
]:
number
}
;
ios
?:
any
;
prevState
:
GestureState
;
state
:
GestureState
;
view
:
View
;
}
;
object
:
Handler
<
any
,
any
>
;
}
Hierarchy
EventData
GestureStateEventData
Index
Properties
data
object
Properties
data
data
:
{
android
?:
any
;
extraData
:
{
[
k
:
string
]:
number
}
;
ios
?:
any
;
prevState
:
GestureState
;
state
:
GestureState
;
view
:
View
;
}
object
object
:
Handler
<
any
,
any
>
The Observable instance that has raised the event.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
object
Nativescript Doc
@nativescript-community/gesturehandler
Loading...
The Observable instance that has raised the event.