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

Function onMessageFocused

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

Source from the content-addressed store, hash-verified

88 }
89
90 const onMessageFocused: MessageListEvent = (item, index, event) => {
91 if (props.onMessageFocused instanceof Function) props.onMessageFocused(item, index, event)
92 }
93
94 const onMeetingMessageClick: MessageListEvent = (item, index, event) => {
95 if (props.onMeetingMessageClick instanceof Function) props.onMeetingMessageClick(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…