Skip to content

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 PopulateFilesParams

Signature:

type PopulateFilesParams = Record<string, PopulateFileContent>

Type: Record<string, PopulateFileContent>


Links to this page: