blob: b8ddb65f553108ebce7a150f3fb3849fc4eaa236 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
---
title: UIEvent.detail
slug: Web/API/UIEvent/detail
tags:
- API
- DOM
- プロパティ
- 読み取り専用
- リファレンス
browser-compat: api.UIEvent.detail
---
{{APIRef("DOM Events")}}
**`UIEvent.detail`** は読み読み取り専用のプロパティで、 0 以外の値の場合には現在(イベントによっては次)のクリック数を示します。
{{domxref("Element/click_event", "click")}} または {{domxref("Element/dblclick_event", "dblclick")}} イベントでは、 `UIEvent.detail` は現在のクリック数です。
{{domxref("Element/mousedown_event", "mousedown")}} または {{domxref("Element/mouseup_event", "mouseup")}} イベントでは、 `UIEvent.detail` は現在のクリック数に*1 を加えた*ものです。
他の {{domxref("UIEvent")}} オブジェクトでは、 `UIEvent.detail` は常にゼロです。
## 仕様書
{{Specifications}}
## ブラウザーの互換性
{{Compat}}
|