{block.name}
{#each inputs as [key, value]}
{#if value.type === "string" && value.enum} {:else if value.customType === "email"} (block.inputs[key] = e.detail)} {bindings} /> {:else if value.customType === "table"} {:else if value.customType === "row"} {:else if value.customType === "webhookUrl"} {:else if value.customType === "triggerSchema"} {:else if value.type === "string" || value.type === "number"} (block.inputs[key] = e.detail)} {bindings} /> {/if}
{/each}
{#if stepId === "WEBHOOK"} {/if}