Skip to content

AppSetting.removeSettingTab method

AppSetting › removeSettingTab

Unofficial

Remove a plugin tab from the settings modal.

Signature:

removeSettingTab(tab: SettingTab): void

Parameters:

Parameter Type Description
tab SettingTab Tab to remove.

Returns: void