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().
| Event | Description |
|---|---|
open | Fired when the containing window is opened. |
close | Fired when the containing window is closed. |
link:open | Fired when a link is clicked inside the chat. |
proxy:request | Fired when the chat needs to make an (authenticated) request to the backend. |