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

Function onForwardClick

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

Source from the content-addressed store, hash-verified

68 }
69
70 const onForwardClick: MessageListEvent = (item, index, event) => {
71 if (props.onForwardClick instanceof Function) props.onForwardClick(item, index, event)
72 }
73
74 const onReplyClick: MessageListEvent = (item, index, event) => {
75 if (props.onReplyClick instanceof Function) props.onReplyClick(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…