MCPcopy Index your code
hub / github.com/framework7io/framework7 / onTextClick

Function onTextClick

src/react/components/message.jsx:73–75  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

71 emit(props, 'clickName', event);
72 };
73 const onTextClick = (event) => {
74 emit(props, 'clickText', event);
75 };
76 const onAvatarClick = (event) => {
77 emit(props, 'clickAvatar', event);
78 };

Callers

nothing calls this directly

Calls 1

emitFunction · 0.90

Tested by

no test coverage detected