Skip to content

AppSetting.openTabById method

AppSetting › openTabById

Unofficial

Open the hotkeys setting tab by ID.

Signature:

openTabById(id: "hotkeys"): HotkeysSettingTab

Parameters:

Parameter Type Description
id "hotkeys" The hotkeys tab ID.

Returns: HotkeysSettingTabThe hotkeys setting tab.


Unofficial

Open a specific tab by ID.

Signature:

openTabById(id: string): SettingTab

Parameters:

Parameter Type Description
id string ID of the tab to open.

Returns: SettingTabThe opened setting tab.