INNER CODE UNIT · JavaScript

ComplexTree

MAIF/otoroshi · otoroshi/javascript/src/components/Drafts/Compare/index.js:20

function ComplexTree(props) {
  const {
    name,
    value,
    type,
    line,
    showIndex,
    needComma,
    level = 1,
    lineType,
    lastLineType,
    lastLine = null,
  } = props;

  const [visiable, setVisiable] = useState(true);

  return (
    <div className="json-compare-line">

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…