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
$function(this, content)voidThe function to execute.

Links to this page: