Searched refs:componentDiv (Results 1 – 1 of 1) sorted by relevance
698 let componentDiv = document.createElement('div'); variable699 componentDiv.className = 'subsystem-div';700 componentDiv.textContent = subsystemNode.nodeName!;702 container.appendChild(componentDiv);