* Determines whether this UI5 Element has a default slot of type Node, therefore can slot text
()
| 156 | * Determines whether this UI5 Element has a default slot of type Node, therefore can slot text |
| 157 | */ |
| 158 | canSlotText() { |
| 159 | return (this.getSlots().default)?.type === Node; |
| 160 | } |
| 161 | |
| 162 | /** |
| 163 | * Determines whether this UI5 Element supports any slots |
no test coverage detected