Bootstrap

API focusElement

focusElement

constant

const focusElement: Directive

Directive to focus an element and manage focus stack. When the element is destroyed, focus returns to the previous focusable element in the stack.

Param

The HTML element to focus.

Returns

An object with a destroy method to remove the element from the focus stack.