ApplyContentChangesParams
Parameters for applyContentChanges.
Import:
import type { ApplyContentChangesParams } from 'obsidian-dev-utils/obsidian/file-change';Signature:
export interface ApplyContentChangesParamsProperties
| Property | Type | Description |
|---|---|---|
| abortSignal | AbortSignal | The abort signal to control the execution of the function. |
| changesProvider | ValueProvider<FileChange[] | null, ContentArgs> | A provider that returns an array of content changes to apply. |
| content | string | The content to which the changes should be applied. |
| path | string | The path to which the changes should be applied. |
| shouldRetryOnInvalidChanges? | boolean | Whether to retry the operation if the changes are invalid. |
Links to this page: