()
| 314 | } |
| 315 | |
| 316 | render() { |
| 317 | const template = (this.constructor as typeof UI5Element).template; |
| 318 | return executeTemplate(template!, this); |
| 319 | } |
| 320 | |
| 321 | /** |
| 322 | * Do not call this method from derivatives of UI5Element, use "onEnterDOM" only |
no test coverage detected
searching dependent graphs…