MCPcopy
hub / github.com/refinedev/refine / onSelect

Function onSelect

packages/devtools/src/components/devtools-selector.tsx:23–26  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

21 const { selectableElements } = useSelector(active);
22
23 const onSelect = (name: string) => {
24 onHighlight(name);
25 setActive(false);
26 };
27
28 return (
29 <div style={style}>

Callers 2

MonitorTableFunction · 0.85
SelectableElementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected