FocusEvent
io error: No such file or directory (os error 2) (/home/runner/work/yari/yari/mdn/translated-content/files/zh-cn/web/api/ui_events/index.md)
构造器
FocusEvent()
-
使用给定的参数创建
FocusEvent
事件。
属性
此接口从它的父级继承了属性 UIEvent
, 间接来自于 Event
.
-
EventTarget
这个代表此次事件的次要目标。在一些案例中,例如切换浏览器 tab 标签时,为了安全的原因,这个属性可能会被设置为null
。
方法
规范
Specification |
---|
UI Events # interface-focusevent |
浏览器兼容性
BCD tables only load in the browser
参见
Event
基接口