{#if title}
| Name | Type | Default | Description |
|---|---|---|---|
{prop.name} |
{prop.type ?? ''} |
{prop.value ?? ''} |
{prop.constant ? '[Read only] ' : ''} {@html markdownInline(prop.description?.replace('null', '') || '')} |
| Name | Forwarded | Description |
|---|---|---|
{event.name} |
{!!event.parent} | {event.description?.replace('null', '') || ''} |
| Name | Fallback |
|---|---|
{slot.name} |
{slot.fallback ?? 'None'} |