Skip to content

Commit

Permalink
2023/02/19 時点の英語版に同期
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Jul 27, 2023
1 parent 8e7fc1e commit c0e5e81
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions files/ja/web/api/clipboardevent/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: ClipboardEvent
slug: Web/API/ClipboardEvent
l10n:
sourceCommit: d76defab4ca13261e9de81ae1df125345f847b0a
---

{{APIRef("Clipboard API")}}
Expand All @@ -14,14 +16,14 @@ slug: Web/API/ClipboardEvent
- {{domxref("ClipboardEvent.ClipboardEvent", "ClipboardEvent()")}}
- : 指定した引数で `ClipboardEvent` イベントを生成します。

## プロパティ
## インスタンスプロパティ

_親である {{domxref("Event")}} から継承したプロパティもあります。_

- {{domxref("ClipboardEvent.clipboardData")}} {{readonlyInline}}
- {{domxref("ClipboardEvent.clipboardData")}} {{ReadOnlyInline}}
- : ユーザーが開始した {{domxref("Element/cut_event", "cut")}}、{{domxref("Element/copy_event", "copy")}}、{{domxref("Element/paste_event", "paste")}} 操作によって影響を受けたデータとその MIME タイプを含む {{domxref("DataTransfer")}} オブジェクト。

## メソッド
## インスタンスメソッド

_固有のメソッドはありません。親である {{domxref("Event")}} から継承したメソッドがあります。_

Expand Down

0 comments on commit c0e5e81

Please sign in to comment.