Skip to content

ReadDemoVaultTreeParams

Parameters for readDemoVaultTree.

Import:

import type { ReadDemoVaultTreeParams } from 'obsidian-integration-testing';

Signature:

export interface ReadDemoVaultTreeParams

Properties

PropertyTypeDescription
demoVaultPathstringAbsolute path to the demo vault directory to read.
excludedNames?Iterable<string>Names (of files or directories, matched at any depth) to skip. Defaults to .git and .obsidian: the harness provisions .obsidian/plugins/<id> itself, so the vault's own .obsidian must not be copied over it.

Links to this page: