Skip to content

SettingTab.display method

SettingTab › display

Official

Override to render the tab imperatively.

Not called when getSettingDefinitions returns a non-empty array; the tab is rendered declaratively from those definitions instead. Only implement display() as a fallback for plugins that need to support Obsidian versions older than 1.13.0.

Signature:

display(): void

Returns: void