PluginSettingsTabBase.displayLegacy method
PluginSettingsTabBase › displayLegacy
Legacy way to render the plugin settings tab imperatively.The pre-declarative fallback: Obsidian only calls it when
getSettingDefinitions returns an empty array, i.e. when the consumer has not overridden getSettingDefinitionItems. Such a consumer overrides this method and builds the UI with SettingEx and bind.Signature:
displayLegacy(): voidReturns: void