MCPcopy Index your code
hub / github.com/UI5/webcomponents / getProperties

Method getProperties

packages/base/src/UI5ElementMetadata.ts:198–203  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

196 * @public
197 */
198 getProperties(): Record<string, Property> {
199 if (!this.metadata.properties) {
200 this.metadata.properties = {};
201 }
202 return this.metadata.properties;
203 }
204
205 /**
206 * Returns an object with key-value pairs of events and their metadata definitions

Callers 7

hasAttributeMethod · 0.95
getPropertiesListMethod · 0.95
connectedCallbackFunction · 0.80
attributeChangedCallbackFunction · 0.80
_updateAttributeFunction · 0.80
updateAttributesFunction · 0.80
_generateAccessorsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected