Skip to content

SettingTab.hide method

SettingTab › hide

Official

Hides the contents of the setting tab. Any registered components should be unloaded when the view is hidden. Override this if you need to perform additional cleanup.

Signature:

hide(): void

Returns: void