Firefox Tomorrow

web api instance property

ClipboardEvent: clipboardData property

View on MDN ↗

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.

The property can be null when the event is created using the constructor. It is never null when dispatched by the browser.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also