Plugin.onExternalSettingsChange method
Plugin › onExternalSettingsChange
Official
Called when thedata.json file is modified on disk externally from Obsidian. This usually means that a Sync service or external program has modified the plugin settings.Implement this method to reload plugin settings when they have changed externally.
Signature:
onExternalSettingsChange(): anyReturns: any
Since: 1.5.7