Plugins.loadManifest method
Plugins › loadManifest
Unofficial
Load a specific plugin's manifest by its folder path.Signature:
loadManifest(path: string): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| path | string | Folder path containing the manifest. |
Returns: Promise<void> — A promise that resolves when the manifest is loaded.