You can modify the Reaction component’s properties using the ReactionsConfiguration object. To use a configuration, you simply need to pass it to respective parameter. The ReactionsConfiguration supports the following properties:Documentation Index
Fetch the complete documentation index at: https://www.cometchat.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Configurable Properties
| Name | Description |
|---|---|
| reactionListConfiguration | An instance of ReactionListConfiguration which controls the configuration for the reaction list. |
| reactionInfoConfiguration | An instance of ReactionInfoConfiguration which controls the configuration for the reaction information. |
| reactionClick | Function to be called when a reaction is clicked. It provides the reaction and message as parameters. |
| reactionsStyle | Styling properties and values of the ReactionsStyle class which controls the look of the reactions. |
ReactionsConfiguration and pass it as a property to customize these attributes.