{#if _docs} {#each _docs as { type, description, default: _default, name }, i (name)}
{name}{#if type}: {@html type}{/if}
(show_desc[i] = !show_desc[i])} class="arrow" class:disabled={!description && !_default} class:hidden={!show_desc[i]}>▲
{#if show_desc[i]} {#if _default}
default
= {@html _default}
{/if} {#if description}
{description}
{/if} {/if}
{/each} {/if}