Objects {#if context} Tables
    {#each context as { readableBinding }}
  • addToText(readableBinding)}>{readableBinding}
  • {/each}
{/if} {#if instance} Components
    {#each instance as { readableBinding }}
  • addToText(readableBinding)}>{readableBinding}
  • {/each}
{/if}
Data binding Binding connects one piece of data to another and makes it dynamic. Click the objects on the left, to add them to the textbox.