Skip to content

Plugins.loadManifest method

Plugins › loadManifest

Unofficial

Load a specific plugin's manifest by its folder path.

Signature:

loadManifest(path: string): Promise<void>

Parameters:

ParameterTypeDescription
pathstringFolder path containing the manifest.

Returns: Promise<void>A promise that resolves when the manifest is loaded.