Skip to content

Commit

Permalink
MeetingList README.md onMeetingClick, onShareClick
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahmanekr committed Aug 18, 2020
1 parent fc3ba98 commit 1851d19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,8 @@ import { MeetingList } from 'react-chat-elements'
| className | none | string | optional meeting list className |
| dataSource | [] | array | meeting list array |
| onClick | none | function | meeting list item on click (meeting(object) is returned) |
| onMeetingClick | none | function | meeting list item on meeting click (meeting(object) is returned) |
| onShareClick | none | function | meeting list item on share click (meeting(object) is returned) |
| onContextMenu | none | function | meeting list item on context menu (meeting(object) is returned) |
| onAvatarError | none | function | meeting list item on error avatar img |
| lazyLoadingImage | none | image path | lazy loading image |

0 comments on commit 1851d19

Please sign in to comment.