DataAdapterEx.reconcileDeletion method
DataAdapterEx › reconcileDeletion
Unofficial
Reconcile a deletion.Signature:
reconcileDeletion(normalizedPath: string, normalizedNewPath: string, shouldSkipDeletionTimeout?: boolean | undefined): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| normalizedPath | string | path to file. |
| normalizedNewPath | string | new path to file. |
| shouldSkipDeletionTimeout? | boolean | undefined | whether the deletion timeout should be skipped (default: true). |
Returns: Promise<void> — A promise that resolves when the file is reconciled.