PopulateFileContent
Content value for a single entry in a PopulateFiles map.
string— text file (written as UTF-8). -Uint8Array— binary file (written as raw bytes;Bufferis accepted becauseBuffer extends Uint8Array). -undefined— empty folder (the key must end with/).
Import:
import type { PopulateFileContent } from 'obsidian-integration-testing';Signature:
export type PopulateFileContentSignature:
type PopulateFileContent = string | Uint8Array | undefinedType: string | Uint8Array | undefined
Links to this page: