Skip to content

AppSetting.removeSettingTab method

AppSetting › removeSettingTab

Unofficial

Remove a plugin tab from the settings modal.

Signature:

removeSettingTab(tab: SettingTab): void

Parameters:

ParameterTypeDescription
tabSettingTabTab to remove.

Returns: void