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

Function onReplyMessageClick

src/MessageList/MessageList.tsx:78–80  ·  view source on GitHub ↗
(item, index, event)

Source from the content-addressed store, hash-verified

76 }
77
78 const onReplyMessageClick: MessageListEvent = (item, index, event) => {
79 if (props.onReplyMessageClick instanceof Function) props.onReplyMessageClick(item, index, event)
80 }
81
82 const onRemoveMessageClick: MessageListEvent = (item, index, event) => {
83 if (props.onRemoveMessageClick instanceof Function) props.onRemoveMessageClick(item, index, event)

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…