One clickable row inside a <ContextMenu>‘s content slot.
Props
| Type | Name | Description |
|---|---|---|
| import(‘svelte’).Snippet | children? |
Item label |
| string | label? |
Label as a string |
| string | icon? |
Icon name |
| string | shortcut? |
Shortcut text (e.g. ⌘C) |
| boolean | disabled? |
Disabled state |
| boolean | destructive? |
Destructive state |
| () => void | onclick? |
Click handler |