The event argument object for the clipboardDataTransferProgress event.

Syntax

{
   id: <string>,
   progress: <number>
}

Introduced: X15.

Properties

Property Description
id The unique transfer ID string.
progress The progress of the clipboard data transfer in percent.