MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / _emit

Method _emit

packages/core/data/observable/index.ts:492–494  ·  view source on GitHub ↗
(eventName: string)

Source from the content-addressed store, hash-verified

490 }
491
492 public _emit(eventName: string): void {
493 this.notify({ eventName, object: this });
494 }
495
496 private _getEventList(eventName: string, createIfNeeded?: boolean): Array<ListenerEntry> | undefined {
497 if (!eventName) {

Callers 15

onLoadedFunction · 0.80
onUnloadedFunction · 0.80
onClickMethod · 0.80
linkTapMethod · 0.80
_raiseTapMethod · 0.80
onQueryTextChangeMethod · 0.80
onQueryTextSubmitMethod · 0.80
onCloseMethod · 0.80
onClickMethod · 0.80

Calls 1

notifyMethod · 0.95

Tested by 1

testMethod · 0.64