FileOpCompletedPayload
Defined in: namespaces.ts:503
Payload delivered to fileOps.operationCompleted subscribers.
Properties
Section titled “Properties”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
Section titled “success”success:
boolean
Defined in: namespaces.ts:509
Whether the operation succeeded.
error?
Section titled “error?”
optionalerror?:string
Defined in: namespaces.ts:511
Error message if the operation failed; absent on success.
initiatorPluginId
Section titled “initiatorPluginId”initiatorPluginId:
string
Defined in: namespaces.ts:513
Plugin ID that initiated the operation.