{#if isBound}
{isExpanded ? "" : bindingPath}
isExpanded=!isExpanded}/> {#if !canOnlyBind}
{/if}
{#if isExpanded}
Binding Path
Fallback Value
Binding Source
store
context
{/if}
{:else}
{#if type === "bool"}
onChanged(!value)} />
{:else if type === "options"}
onChanged(ev.target.value)}> {#each options as option}
{option}
{/each}
{:else}
onChanged(ev.target.value)} bind:value={value} style="flex: 1 0 auto;" /> {/if}
{/if}