GetOrCreateAbstractFileSafeParams
Parameters for getOrCreateAbstractFileSafe.
Import:
import type { GetOrCreateAbstractFileSafeParams } from 'obsidian-dev-utils/obsidian/vault';Signature:
export interface GetOrCreateAbstractFileSafeParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The application instance. |
| path | string | The path of the abstract file to get or create. |
| type | FileSystemType | The type of the abstract file to get or create. |
Links to this page: