MCPcopy Create free account
hub / github.com/microsoft/SandDance / searchClick

Function searchClick

packages/sanddance-explorer/src/controls/dataItem.tsx:136–142  ·  view source on GitHub ↗
(e: React.MouseEvent<HTMLTableDataCellElement>)

Source from the content-addressed store, hash-verified

134 delete ex.value;
135 }
136 const searchClick = (e: React.MouseEvent<HTMLTableDataCellElement>) => {
137 const search: InputSearchExpressionGroup = {
138 key: 0,
139 expressions: [ex],
140 };
141 props.onSearch(e, [search]);
142 };
143 const title = strings.tooltipSearch(nameValuePair.columnName, displayValue(nameValuePair.value).display);
144 return (
145 <div

Callers 1

DataItemFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected