AppSetting.openTabById method
AppSetting › openTabById
Unofficial
Open the hotkeys setting tab by ID.Signature:
openTabById(id: "hotkeys"): HotkeysSettingTabParameters:
| Parameter | Type | Description |
|---|---|---|
| id | "hotkeys" | The hotkeys tab ID. |
Returns: HotkeysSettingTab — The hotkeys setting tab.
Unofficial
Open a specific tab by ID.Signature:
openTabById(id: string): SettingTabParameters:
| Parameter | Type | Description |
|---|---|---|
| id | string | ID of the tab to open. |
Returns: SettingTab — The opened setting tab.