messageObject | CometChat.BaseMessage | The message for which reactions are being fetched or managed. |
reactionListStyle | object | Styling property to customize the appearance of the reactions list component. |
avatarStyle | object | Styling property to customize the appearance of the avatar component. |
listItemStyle | object | Styling property to customize the appearance of the list item component. |
reactionsRequestBuilder | CometChat.ReactionsRequestBuilder | The request builder for fetching reactions. If not provided, a new one is created with a default limit. |
loadingIconURL | string | URL for the loading icon. |
errorIconURL | string | URL for the error icon. |
reactionItemClicked | function | A function that handles the click event on the reaction list items. It can be used to remove a reaction. |