()
| 250 | } |
| 251 | |
| 252 | getFocusableChildren() { |
| 253 | return this._element.querySelectorAll(focusableElements.join(', ')); |
| 254 | } |
| 255 | |
| 256 | getFocusedChild() { |
| 257 | let currentFocus; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…