Skip to content

DataAdapterFilesRecord

Unofficial

Record mapping file paths to their file entry metadata in the data adapter.

Import:

import type { DataAdapterFilesRecord } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface DataAdapterFilesRecord extends Record<string, FileEntry>

Extends: Record<string, FileEntry>


Links to this page: