{running ? "Running…" : "Run"}
{#if namedOperations.length > 1}
Select operation…
{#each namedOperations as op}
{op.type} {op.name}
{/each}
{/if} {#if onFormat}
Format
{/if} {#if extras}{@render extras()}{/if}
⌘/Ctrl + Enter
{#if schemaLoading}
Loading schema…
{/if}
{#if onToggleHistory}
History
{/if} {#if onToggleDocs}
Docs
{/if}