基本信息
- Specification
- Interface
FocusEvent- Bubbles
-
Yes
- Cancelable
-
No
- Target
-
Element
- Default Action
-
None.
属性
| Property | Type | Description |
|---|---|---|
target 只读 |
EventTarget |
Event target losing focus. |
type 只读 |
DOMString |
The type of event. |
bubbles 只读 |
Boolean |
Whether the event normally bubbles or not. |
cancelable 只读 |
Boolean |
Whether the event is cancellable or not. |
relatedTarget 只读 |
EventTarget (DOM element) |
Event target receiving focus. |
规范
| 规范 |
|---|
| UI Events> # event-type-focusout> |