{ scriptPath = path dispatch('select', { path: scriptPath }) }} itemName={itemKind == 'flow' ? 'Flow' : 'Script'} extraField="summary" loadItems={async () => { await loadItems() return items }} />
{#if options.length > 1} {/if}
{#if scriptPath != undefined && scriptPath != ''} {/if}
Script {scriptPath}
{#if lang == 'python3'} {:else if lang == 'deno'} {/if}