Skip to content

Scope.setTabFocusContainerEl method

Scope › setTabFocusContainerEl

Unofficial

Sets the container element used for tab-focus handling.

Signature:

setTabFocusContainerEl(containerEl: HTMLElement): void

Parameters:

Parameter Type Description
containerEl HTMLElement The container element.

Returns: void