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

Function onReplyClick

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

Source from the content-addressed store, hash-verified

72 }
73
74 const onReplyClick: MessageListEvent = (item, index, event) => {
75 if (props.onReplyClick instanceof Function) props.onReplyClick(item, index, event)
76 }
77
78 const onReplyMessageClick: MessageListEvent = (item, index, event) => {
79 if (props.onReplyMessageClick instanceof Function) props.onReplyMessageClick(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…