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

Function onClick

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

Source from the content-addressed store, hash-verified

65 const elRef = useRef(null);
66
67 const onClick = (event) => {
68 emit(props, 'click', event);
69 };
70 const onNameClick = (event) => {
71 emit(props, 'clickName', event);
72 };

Callers

nothing calls this directly

Calls 1

emitFunction · 0.90

Tested by

no test coverage detected