Skip to content

FileEntry

Unofficial

Represents a file or folder entry in the data adapter’s file listing.

Import:

import type { FileEntry } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface FileEntry extends Partial<FileStats>

Extends: Partial<FileStats>

Properties

PropertyTypeDescription
name?stringName of file or folder.
realpathstringFull path to file or folder.
type'file' | 'folder'Type of entry.
uri?stringURI of file or folder.

Links to this page: