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