+ ${inputs.length > 0
+ ? html`
+
+ ${inputs.map(([key, input]) =>
+ input
+ ? html`
+
+
+
+ `
+ : null
+ )}
+
+ `
+ : null}
+
+
+
+
+ Not connected
+
+
+
+
+
+
+
+
+
+ ${node.label}
+
+
+ ${node.description}
+
+
+
+
+ ${outputs.length > 0
+ ? html`
+
+ ${outputs.map(([key, output]) =>
+ output
+ ? html`
+
+
+
+ `
+ : null
+ )}
+
+ `
+ : null}
+
+ `;
+ };
+ },
+ socket() {
+ return () => {
+ return html`