InvokeWithFileSystemLockParams
Parameters for invokeWithFileSystemLock.
Import:
import type { InvokeWithFileSystemLockParams } from 'obsidian-dev-utils/obsidian/vault';Signature:
export interface InvokeWithFileSystemLockParamsProperties
| Property | Type | Description |
|---|---|---|
| app | App | The application instance. |
| pathOrFile | PathOrFile | The path or file to execute the function with the file system lock of. |
Methods
| Method | Returns | Description |
|---|---|---|
| fn(this, content) | void | The function to execute. |
Links to this page: