()
| 16012 | return obj |
| 16013 | } |
| 16014 | get asHtml() { |
| 16015 | return this._subparticlesToHtml(0) |
| 16016 | } |
| 16017 | _toHtmlCubeLine(indents = 0, lineIndex = 0, planeIndex = 0) { |
| 16018 | const getLine = (atomIndex, atom = "") => |
| 16019 | `<span class="htmlCubeSpan" style="top: calc(var(--topIncrement) * ${planeIndex} + var(--rowHeight) * ${lineIndex}); left:calc(var(--leftIncrement) * ${planeIndex} + var(--atomWidth) * ${atomIndex});">${atom.replace( |
nothing calls this directly
no test coverage detected