Skip to content

ContextId.dispose method

ContextId › dispose

Removes this context from the Obsidian process.

Signature:

dispose(vaultPath?: string | undefined): Promise<void>

Parameters:

ParameterTypeDescription
vaultPath?string | undefinedThe path to the Obsidian vault. Defaults to process.cwd().

Returns: Promise<void>