- Preparing search index...
- The search index is not available
nx.js
Function removeEventListener
- removeEventListener(type, callback, options?): void
-
Parameters
-
type: string
-
callback: null | EventListenerOrEventListenerObject
-
Optional
options: boolean | EventListenerOptions
Returns void
Removes the event listener in target's event listener list with the same type, callback, and options.