ClipboardEvent
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017.
ClipboardEvent
はクリップボード API のインターフェイスで、 クリップボードの変更に関連する情報を提供するイベントを表します。すなわち、cut
、copy
、paste
イベントです。
コンストラクター
ClipboardEvent()
-
指定した引数で
ClipboardEvent
イベントを生成します。
インスタンスプロパティ
親である Event
から継承したプロパティもあります。
ClipboardEvent.clipboardData
読取専用-
ユーザーが開始した
cut
、copy
、paste
操作によって影響を受けたデータとその MIME タイプを含むDataTransfer
オブジェクト。
インスタンスメソッド
固有のメソッドはありません。親である Event
から継承したメソッドがあります。
仕様書
Specification |
---|
Clipboard API and events # clipboard-event-interfaces |
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
ClipboardEvent | ||||||||||||
ClipboardEvent() constructor | ||||||||||||
clipboardData |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
関連情報
- Copy 関連イベント:
copy
,cut
,paste
- クリップボード API
- Image support for Async Clipboard article