TabOpen
事件在一个新的标签页
打开时触发.
常规信息
- 规范
- 附加组件特有
- 接口
- Event
- 是否冒泡
- 是
- 能否取消默认行为
- 否
- 目标
-
tab
- 默认行为
- None
属性
Property | Type | Description |
---|---|---|
target 只读 |
EventTarget |
The event target (the topmost target in the DOM tree). |
type 只读 |
DOMString |
The type of event. |
bubbles 只读 |
boolean |
Does the event normally bubble? |
cancelable 只读 |
boolean |
Is it possible to cancel the event? |