Skip to content

WorkspaceTabs.scrollIntoView method

WorkspaceTabs › scrollIntoView

Unofficial

Scrolls the tab at the given index into view.

Signature:

scrollIntoView(index: number): void

Parameters:

Parameter Type Description
index number The tab index.

Returns: void