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

Method getPureTag

packages/base/src/UI5ElementMetadata.ts:106–108  ·  view source on GitHub ↗

* Returns the tag of the UI5 Element without the scope * @public

()

Source from the content-addressed store, hash-verified

104 * @public
105 */
106 getPureTag(): string {
107 return this.metadata.tag || "";
108 }
109
110 /**
111 * Returns the tag of the UI5 Element

Callers 8

checkForWrapperMethod · 0.80
itemTagNameMethod · 0.80
connectedCallbackFunction · 0.80
tagsToScopeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected