obsidian/components/layout-ready-component
Interface for components that need to perform work when the workspace layout is ready.
Classes
Section titled “Classes”| Class | Description |
|---|---|
| CallbackLayoutReadyComponent | A LayoutReadyComponent subclass that invokes a provided callback function when the layout becomes ready. |
| LayoutReadyComponent | A component that executes a callback function when the Obsidian layout becomes ready. |