PopulateFilesParams
A map of vault-relative paths to their content, used by TemporaryVault.populate.
Paths ending with / denote folders and must have an undefined value. All other paths are written as files.
Import:
import type { PopulateFilesParams } from 'obsidian-integration-testing';Signature:
export type PopulateFilesParamsSignature:
type PopulateFilesParams = Record<string, PopulateFileContent>Type: Record<string, PopulateFileContent>
Links to this page: