Skip to content

Scope.setTabFocusContainer method

Scope › setTabFocusContainer

Unofficial

Set the container element for constraining tab-key focus cycling.

Signature:

setTabFocusContainer(container: HTMLElement): void

Parameters:

Parameter Type Description
container HTMLElement The container element to constrain tab focus within.

Returns: void