Skip to content

AppSetting.openTabById method

AppSetting › openTabById

Unofficial

Open the hotkeys setting tab by ID.

Signature:

openTabById(id: "hotkeys"): HotkeysSettingTab

Parameters:

ParameterTypeDescription
id"hotkeys"The hotkeys tab ID.

Returns: HotkeysSettingTabThe hotkeys setting tab.


Unofficial

Open a specific tab by ID.

Signature:

openTabById(id: string): SettingTab

Parameters:

ParameterTypeDescription
idstringID of the tab to open.

Returns: SettingTabThe opened setting tab.