MCPcopy Create free account
hub / github.com/Lobos/react-ui / onClick

Function onClick

src/Tree/Tree.js:173–177  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

171 }
172
173 onClick (item) {
174 if (this.props.onClick) {
175 this.props.onClick(item);
176 }
177 }
178
179 render () {
180 let { fetchStatus, selectAble, readOnly, open, icons } = this.props;

Callers

nothing calls this directly

Calls 1

onClickMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…