Skip to content

PathOrAbstractFile

A path or an abstract file.

Import:

import type { PathOrAbstractFile } from 'obsidian-dev-utils/obsidian/file-system';

Signature:

export type PathOrAbstractFile

Signature:

type PathOrAbstractFile = string | TAbstractFile

Type: string | TAbstractFile


Links to this page: