Search
{#each filteredCategories as [categoryName, bindings]} {#if bindings.length}
{categoryName}
    {#each bindings as binding}
  • { value = addToText(value, getCaretPosition(), binding) }} > {binding.label} {binding.type} {#if binding.description}
    {binding.description || ""}
    {/if}
  • {/each}
{/if} {/each} {#if filteredHelpers?.length}
Helpers
    {#each filteredHelpers as helper}
  • { value = addToText(value, getCaretPosition(), helper.text) }} >
    {helper.displayText}
    {@html helper.description}
    {helper.example || ''}
  • {/each}
{/if}