Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 767 Bytes

File metadata and controls

29 lines (19 loc) · 767 Bytes
code type title description
false
page
removeListener
Kuzzle:removeListener

removeListener

Remove a listener from an event.


removeListener(event, callback)

Arguments Type Description
event string One of the events described in the Event Handling section of this documentation
callback function/object the callback

Return Value

Returns the Kuzzle object to allow chaining.

Usage

<<< ./snippets/remove-listener-1.js