getTabbable

abstract var getTabbable: (root: HTMLElement) -> ReadonlyArray<String>?(source)

Returns an array of ordered tabbable nodes (i.e. in tab order) within the root. For instance, you can provide the "tabbable" npm dependency.

Parameters

{HTMLElement} root