Home > ISYS_WindowEventListenerRemovableObject
ISYS_WindowEventListenerRemovableObject interface
窗口事件监听可移除对象
Signature
typescript
export interface ISYS_WindowEventListenerRemovableObject
1
Remarks
本对象从 addEventListener 获取,并可用于移除创建的事件监听,仅需将其传入 removeEventListener
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
(ev: any) => any | |||
{ capture?: boolean; } | (Optional) | ||