MCPcopy Create free account
hub / github.com/UI5/webcomponents / getEventData

Function getEventData

packages/base/src/UI5Element.ts:1119–1123  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

1117 }
1118
1119 getEventData(name: string) {
1120 const ctor = this.constructor as typeof UI5Element;
1121 const eventMap = ctor.getMetadata().getEvents();
1122 return eventMap[name];
1123 }
1124
1125 /**
1126 * Returns the actual children, associated with a slot.

Callers

nothing calls this directly

Calls 2

getEventsMethod · 0.80
getMetadataMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…