{#each layout.ports.top as port, i (`${port.type}:${port.id}`)} {/each} node.onSelect(info.id)} ondblclick={() => node.onStart?.(info.id)} aria-pressed={node.selected} title={`${info.label} — ${step.anchor ? 'where this picture starts; ' : ''}${kindWord(step.kind, node.project, step)}. ${info.sub}.${cutNote}${node.onStart && !step.anchor ? ' Double-click to start here.' : ''}`} > {#if step.anchor}●{/if}{info.label}{#if step.cut !== null} …{/if} {info.sub} {#each layout.ports.bottom as port, i (`${port.type}:${port.id}`)} {/each}