Skip to content

FileOpCompletedPayload

Defined in: namespaces.ts:504

Payload delivered to fileOps.operationCompleted subscribers.

type: "copy" | "move" | "delete" | "rename" | "createFile" | "createDirectory"

Defined in: namespaces.ts:506

The operation type.


paths: string[]

Defined in: namespaces.ts:508

Affected URL strings.


success: boolean

Defined in: namespaces.ts:510

Whether the operation succeeded.


optional error?: string

Defined in: namespaces.ts:512

Error message if the operation failed; absent on success.


initiatorPluginId: string

Defined in: namespaces.ts:514

Plugin ID that initiated the operation.