MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / getFocusableChildren

Function getFocusableChildren

src/Offcanvas.js:252–254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250 }
251
252 getFocusableChildren() {
253 return this._element.querySelectorAll(focusableElements.join(', '));
254 }
255
256 getFocusedChild() {
257 let currentFocus;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…