Module TrackTabBehavior

Index

Functions

Functions

attach(element: HTMLElement, tabIndex: number)

Sets the tab order for the specified element within its container.

Parameters

  • element: HTMLElement

    The element to update.

  • tabIndex: number

    The index value of the element within its container.

detatch(element: HTMLElement)

Removes the tab order information from the specified element.

Parameters

  • element: HTMLElement

    The element to remove tab information from.