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

Property Type Description
name string Name of the file or directory.
type 'directory' | 'file' Whether this entry is a file or directory.
uri string URI of the file or directory.

Links to this page: