Skip to content

Commit 2d31476

Browse files
author
emregudur
committed
readme
1 parent 74ea31b commit 2d31476

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,12 @@ import { MessageBox } from 'react-chat-elements'
147147
| onMeetingTitleClick | none | function | meeting title message on click event |
148148
| onMeetingVideoLinkClick | none | function | meeting video link message on click event |
149149
| onReplyMessageClick | none | function | reply message on click event |
150+
| onRemoveMessageClick | none | function | message remove on click event |
150151
| onMeetingMoreSelect | none | function | message list item onMeetingMoreSelect event, gets 3 parameters: message item, index of item, event |
151152
| onContextMenu | none | function | message contextmenu click event |
152153
| forwarded | none | boolean | message forward icon |
153154
| replyButton | none | boolean | message reply icon |
155+
| removeButton | none | boolean | message remove icon |
154156
| status | none | string | message status info (waiting, sent, received, read) |
155157
| notch | true | boolean | message box notch |
156158
| avatar | none | url | message box avatar url |
@@ -159,6 +161,7 @@ import { MessageBox } from 'react-chat-elements'
159161
| focus | false | boolean | used in message focus feature in MessageList component, makes style of the component focused |
160162
| onMessageFocused | none | function | makes focus value false after the message becomes focus |
161163
| reply | none | object | reply data |
164+
| retracted | none | boolean | message deleted or retracted |
162165

163166
## Reply Message Component
164167

0 commit comments

Comments
 (0)