@nativescript-community/gesturehandler
Nativescript Doc
Preparing search index...
BaseNative
Class BaseNative<T, U>
Abstract
Type Parameters
T
U
extends
{}
Hierarchy (
View Summary
)
default
BaseNative
Handler
Index
Constructors
constructor
Properties
native
options?
Methods
get
Native
init
Native
View
log
Constructors
constructor
new
BaseNative
<
T
,
U
extends
{}
>
(
options
?:
U
,
native
?:
T
)
:
BaseNative
<
T
,
U
>
Type Parameters
T
U
extends
{}
Parameters
Optional
options
:
U
Optional
native
:
T
Returns
BaseNative
<
T
,
U
>
Properties
native
native
:
T
Optional
options
options
?:
U
Methods
get
Native
getNative
()
:
T
Returns
T
init
Native
View
initNativeView
(
native
:
T
,
options
:
U
)
:
void
Parameters
native
:
T
options
:
U
Returns
void
log
log
(
...
args
:
any
[]
)
:
any
Parameters
...
args
:
any
[]
Returns
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
native
options
Methods
get
Native
init
Native
View
log
Nativescript Doc
@nativescript-community/gesturehandler
Loading...