An array of callbacks per event name
Attach event listeners to the real Laravel Echo channel instance.
Dispatch an event.
Dispatch a whisper event.
Detach an event listener from an event.
Detach an event listener from a whisper event.
Attach an event listener to a whisper event.
Attach an event listener to an event, but only once.
Attach an event listener to a whisper event, but only once.
Trigger a client event.
Event name
Event data
Generated using TypeDoc
Channel class. Allows to bind and unbind event callbacks including whisper events. Allows to trigger client events as well.