Return a list of focusable elements inside an HTMLElement
Presentation
Returns
NodeListOf<HTMLElement>
Parameters
Name | Type | Description |
---|
element | HTMLElement | @param element The element to search for focusable elements |
Overloads
Overload #1 |
---|
Return a list of focusable elements inside an HTMLElement |
Presentation |
ParametersName | Type | Description |
---|
element | HTMLElement | @param element The element to search for focusable elements |
ReturnsNodeListOf<HTMLElement>
|
Overload #2 |
---|
Return a list of focusable elements inside an HTMLElement within a specific scope it adds element itself if it can get focus |
Presentation |
ParametersReturnsNodeListOf<HTMLElement>
|