Skip to main content
Events provide decoupled communication between UI Kit components. Components emit events in response to user interactions or state changes, allowing other parts of the application to react without direct component references.

CometChatConversationEvents

CometChatConversationEvents emits events when the logged-in user acts on a conversation object.

CometChatUserEvents

CometChatUserEvents emits events when the logged-in user acts on another user object.

CometChatGroupEvents

CometChatGroupEvents emits events when the logged-in user acts on a group object.

CometChatMessageEvents

CometChatMessageEvents emits events when the logged-in user acts on a message object.

CometChatCallEvents

CometChatCallEvents emits events when the logged-in user acts on a call object.

UI events

UI events are triggered when a user interacts with UI Kit elements such as buttons, menus, or input fields.