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

Function searchClick

docs/app/js/sanddance-app.js:19246–19256  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

19244 delete ex.value;
19245 }
19246 const searchClick = (e)=>{
19247 const search = {
19248 key: 0,
19249 expressions: [
19250 ex
19251 ]
19252 };
19253 props.onSearch(e, [
19254 search
19255 ]);
19256 };
19257 const title = (0, _language.strings).tooltipSearch(nameValuePair.columnName, displayValue(nameValuePair.value).display);
19258 return (0, _base.base).react.createElement("div", {
19259 key: i,

Callers 1

DataItemFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected