ClipboardEvent: clipboardData property

The clipboardData property of the ClipboardEvent interface holds a DataTransfer object, which can be used to:

See the cut, copy, and paste events documentation for more information.

Value

A DataTransfer object.

Specifications

Specification
Clipboard API and events
# clipboardevent-clipboarddata

Browser compatibility

BCD tables only load in the browser

See also