Skip to content

InvokeWithFileSystemLockParams

Parameters for invokeWithFileSystemLock.

Import:

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

Signature:

export interface InvokeWithFileSystemLockParams

Properties

PropertyTypeDescription
appAppThe application instance.
pathOrFilePathOrFileThe path or file to execute the function with the file system lock of.

Methods

MethodReturnsDescription
fn(this, content)voidThe function to execute.

Links to this page: