SettingTab

SettingTab class

Signature:

export abstract class SettingTab 

Properties

PropertyModifiersTypeDescription
appAppReference to the app instance.
containerElHTMLElementOutermost HTML element on the setting tab.

Methods

MethodModifiersDescription
display()abstractCalled when the settings tab should be rendered.
hide()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.