RenameOptions
Defined in: src/types/public.ts:343
Options for renaming or moving a remote entry.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
overwrite? | boolean | Allow overwriting an existing destination when the provider supports it. | src/types/public.ts:347 |
signal? | AbortSignal | Abort signal used to cancel the operation. | src/types/public.ts:345 |