Home > ISYS_WindowEventListenerRemovableObject
ISYS_WindowEventListenerRemovableObject interface
Window event listener can remove object
Signature
typescript
interface ISYS_WindowEventListenerRemovableObject1
Remarks
This object is obtained from addEventListener and can be used to remove the created event listener by simply passing it to removeEventListener
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
(ev: any) => any | |||
{ capture?: undefined | false | true } | (Optional) | ||