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

Function displayValueElement

docs/app/js/sanddance-app.js:19215–19219  ·  view source on GitHub ↗
(nvp)

Source from the content-addressed store, hash-verified

19213 }
19214}
19215function displayValueElement(nvp) {
19216 const d = displayValue(nvp.value);
19217 if (d.special) return (0, _base.base).react.createElement("i", null, d.display);
19218 return d.display;
19219}
19220function DataItem(props) {
19221 if (!props.item) return null;
19222 const nameValuePairs = [];

Callers 1

DataItemFunction · 0.70

Calls 1

displayValueFunction · 0.70

Tested by

no test coverage detected