MCPcopy Create free account
hub / github.com/Detaysoft/react-chat-elements / onMeetingMoreSelect

Function onMeetingMoreSelect

src/MessageList/MessageList.tsx:126–128  ·  view source on GitHub ↗
(item, i, e)

Source from the content-addressed store, hash-verified

124 }
125
126 const onMeetingMoreSelect: MessageListEvent = (item, i, e) => {
127 if (props.onMeetingMoreSelect instanceof Function) props.onMeetingMoreSelect(item, i, e)
128 }
129
130 const onMeetingLinkClick: MessageListEvent = (item, i, e) => {
131 if (props.onMeetingLinkClick instanceof Function) props.onMeetingLinkClick(item, i, e)

Callers 1

MessageListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…