{title ? `${title} - Omorphia` : 'Omorphia'}
{#if title}

{title}

{/if} Edit this page on GitHub {#if component && api}
{#if api.data.length > 0}

Properties

{#each api.data as prop} {/each}
Name Type Default Description Read only
{prop.name} {prop.type.type} {prop.defaultValue} {prop.description?.replace('null', '') || ''} {prop.readonly}
{/if} {#if api.events.length > 0}

Events

{#each api.events as event} {/each}
Name Forwarded Description
{event.name} {!!event.parent} {event.description?.replace('null', '') || ''}
{/if} {#if api.slots.length > 0}

Slots

{#each api.slots as slot} {/each}
Name Description
{slot.name} {slot.description?.replace('null', '') || ''}
{/if}
{/if}