Skip to content

FileOpCompletedPayload

Defined in: namespaces.ts:503

Payload delivered to fileOps.operationCompleted subscribers.

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

Defined in: namespaces.ts:505

The operation type.


paths: string[]

Defined in: namespaces.ts:507

Affected URL strings.


success: boolean

Defined in: namespaces.ts:509

Whether the operation succeeded.


optional error?: string

Defined in: namespaces.ts:511

Error message if the operation failed; absent on success.


initiatorPluginId: string

Defined in: namespaces.ts:513

Plugin ID that initiated the operation.