Skip to content

GetOrCreateAbstractFileSafeParams

Parameters for getOrCreateAbstractFileSafe.

Import:

import type { GetOrCreateAbstractFileSafeParams } from 'obsidian-dev-utils/obsidian/vault';

Signature:

export interface GetOrCreateAbstractFileSafeParams

Properties

PropertyTypeDescription
appAppThe application instance.
pathstringThe path of the abstract file to get or create.
typeFileSystemTypeThe type of the abstract file to get or create.

Links to this page: