Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ callback
Function
callback
packages/core/ui/gestures/gestures-common.ts:77–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
type
: GestureTypes;
76
77
public get callback(): (args: GestureEventData) => void {
78
return
this._callback;
79
}
80
81
public get target(): View {
82
return
this._target;
Callers
15
notifyInspector
Function · 0.50
notify
Function · 0.50
onSuccess
Method · 0.50
onError
Method · 0.50
getImageAsync
Method · 0.50
eachChildView
Method · 0.50
eachChild
Function · 0.50
eachChildView
Method · 0.50
eachLayoutChild
Method · 0.50
eachChildView
Method · 0.50
localCallback
Function · 0.50
_batchUpdate
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected