stnd.buildSTANDARD MANUAL2026-09-20

ContextMenuItem

On this page

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

Live example