Skip to content

WorkspaceTabs.scrollIntoView method

WorkspaceTabs › scrollIntoView

Unofficial

Scrolls the tab at the given index into view.

Signature:

scrollIntoView(index: number): void

Parameters:

ParameterTypeDescription
indexnumberThe tab index.

Returns: void