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

Function onDownload

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

Source from the content-addressed store, hash-verified

52 }
53
54 const onDownload: MessageListEvent = (item, index, event) => {
55 if (props.onDownload instanceof Function) props.onDownload(item, index, event)
56 }
57
58 const onPhotoError: MessageListEvent = (item, index, event) => {
59 if (props.onPhotoError instanceof Function) props.onPhotoError(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…