NotebookNavigatorMenuEventRegistrarComponent.onLayoutReady method
NotebookNavigatorMenuEventRegistrarComponent › onLayoutReady
Binds to Notebook Navigator once every plugin has loaded.Layout-ready rather than
onload: plugin load order is not ours to choose, and Notebook Navigator's API only exists once its own plugin is up. When it is not installed the component stays dormant — enabling it later takes an Obsidian reload, exactly as it does for anything else that reads another plugin at startup.Signature:
onLayoutReady(): voidReturns: void