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-catalyst-latest';

Signature:

export interface FileEntry extends Partial<FileStats>

Extends: Partial<FileStats>

Properties

Property Type Description
name? string Name of file or folder.
realpath string Full path to file or folder.
type 'file' | 'folder' Type of entry.
uri? string URI of file or folder.

Links to this page: