WorkspaceTabs.scrollIntoView method
WorkspaceTabs › scrollIntoView
Unofficial
Scrolls the tab at the given index into view.Signature:
scrollIntoView(index: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| index | number | The tab index. |
Returns: void