Bindings {#if !bindable} {/if}
{#if !bindable} Bindings come in two parts: the binding name, and a default/fallback value. These bindings can be used as Handlebars expressions throughout the query. {:else} Enter a value for each binding. The default values will be used for any values left blank. {/if}
{#each bindings as binding, idx} {#if bindable} onBindingChange(binding.name, evt.detail)} value={runtimeToReadableBinding( bindableOptions, customParams?.[binding.name] )} {bindableOptions} /> {:else} deleteQueryBinding(idx)} /> {/if} {/each}