Home > SYS_Window > removeEventListener
SYS_Window.removeEventListener() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
移除事件监听
Signature
typescript
removeEventListener(removableObject: ISYS_WindowEventListenerRemovableObject): void;
1
Parameters
Parameter | Type | Description |
---|---|---|
removableObject | 窗口事件监听可移除对象 |
Returns
void