(name: string)
| 1117 | } |
| 1118 | |
| 1119 | getEventData(name: string) { |
| 1120 | const ctor = this.constructor as typeof UI5Element; |
| 1121 | const eventMap = ctor.getMetadata().getEvents(); |
| 1122 | return eventMap[name]; |
| 1123 | } |
| 1124 | |
| 1125 | /** |
| 1126 | * Returns the actual children, associated with a slot. |
nothing calls this directly
no test coverage detected
searching dependent graphs…