feat: widget opened and closed events (#11240)
Fixes #9272 --------- Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
export const CHATWOOT_ERROR = 'chatwoot:error';
|
||||
export const CHATWOOT_ON_MESSAGE = 'chatwoot:on-message';
|
||||
export const CHATWOOT_ON_START_CONVERSATION = 'chatwoot:on-start-conversation';
|
||||
export const CHATWOOT_POSTBACK = 'chatwoot:postback';
|
||||
export const CHATWOOT_READY = 'chatwoot:ready';
|
||||
export const CHATWOOT_OPENED = 'chatwoot:opened';
|
||||
export const CHATWOOT_CLOSED = 'chatwoot:closed';
|
||||
|
||||
Reference in New Issue
Block a user