{#if expandable}
(expanded = !expanded)}
/>
{/if}
(expanded = !expanded)}
on:click={() => dispatch("click-label", clickContext)}
>
{label}
(valueExpanded = !valueExpanded)}
on:click={() => dispatch("click-value", clickContext)}
>
{displayValue}
{#if showCopyIcon}
dispatch("click-copy", clickContext)}
/>
{/if}