Skip to content

Emitted Events

Note: Events are still experimental. Reach out to us if you have any questions.

Events are emitted by the component that you can listen to for custom logic (like analytics tracking or UI changes).

Events may have default behaviors that can be prevented by calling event.preventDefault().

EventDescription
openFired when the containing window is opened.
closeFired when the containing window is closed.
link:openFired when a link is clicked inside the chat.
proxy:requestFired when the chat needs to make an (authenticated) request to the backend.