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

Method getEvents

packages/base/src/UI5ElementMetadata.ts:209–214  ·  view source on GitHub ↗

* Returns an object with key-value pairs of events and their metadata definitions * @public

()

Source from the content-addressed store, hash-verified

207 * @public
208 */
209 getEvents(): EventData {
210 if (!this.metadata.events) {
211 this.metadata.events = {};
212 }
213 return this.metadata.events;
214 }
215
216 /**
217 * Returns an object with key-value pairs of slots and their metadata definitions

Callers 2

getEventDataFunction · 0.80
convertEventScopingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected