Skip to content

CapacitorFileEntry

Unofficial

File or directory entry from the Capacitor (mobile) file system.

Import:

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

Signature:

export interface CapacitorFileEntry extends Partial<FileStats>

Extends: Partial<FileStats>

Properties

PropertyTypeDescription
namestringName of the file or directory.
type'directory' | 'file'Whether this entry is a file or directory.
uristringURI of the file or directory.

Links to this page: