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

Function onOpen

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

Source from the content-addressed store, hash-verified

48 }
49
50 const onOpen: MessageListEvent = (item, index, event) => {
51 if (props.onOpen instanceof Function) props.onOpen(item, index, event)
52 }
53
54 const onDownload: MessageListEvent = (item, index, event) => {
55 if (props.onDownload instanceof Function) props.onDownload(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…