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

{title}

{/if} Edit this page on GitHub {#if api}
{#if api.props.length > 0}

Properties

{#each api.props as prop} {/each}
Name Type Default Description
{prop.name} {prop.type ?? ''} {prop.value ?? ''} {prop.constant ? '[Read only] ' : ''} {@html markdownInline(prop.description?.replace('null', '') || '')}
{/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 Fallback
{slot.name} {slot.fallback ?? 'None'}
{/if}
{/if}