library
Helpers for working with the obsidian-dev-utils library.
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| LibraryInitParams | Parameters for Library.init. These are purely cosmetic values the host plugin injects once at initialization — deliberately NOT the plugin ID itself, so the agnostic core cannot reconstruct a capability from them. |
Variables
Section titled “Variables”| Variable | Description |
|---|---|
| Library | The single LibraryContext instance — the library’s deterministic initialization entry point. |
| LIBRARY_NAME | A name of the obsidian-dev-utils library. |