MCPcopy 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

notifyInspectorFunction · 0.50
notifyFunction · 0.50
onSuccessMethod · 0.50
onErrorMethod · 0.50
getImageAsyncMethod · 0.50
eachChildViewMethod · 0.50
eachChildFunction · 0.50
eachChildViewMethod · 0.50
eachLayoutChildMethod · 0.50
eachChildViewMethod · 0.50
localCallbackFunction · 0.50
_batchUpdateFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected