* Determines whether this UI5 Element supports any slots * @public
()
| 164 | * @public |
| 165 | */ |
| 166 | hasSlots(): boolean { |
| 167 | return !!Object.entries(this.getSlots()).length; |
| 168 | } |
| 169 | |
| 170 | /** |
| 171 | * Determines whether this UI5 Element supports any slots with "individualSlots: true" |
no test coverage detected