Context Menu Portal
v1.0.0Displays a custom menu when you right-click an area.
Interactive Implementation
Right-click inside the box below to see the context menu.
Action Node Callback: "None"
Properties API
All available props for this component.
Property | Type | Default | Description |
|---|---|---|---|
| children | ReactNode | required | The content viewport frame node that acts as the mouse right-click gesture capture boundary. |
| items | ContextMenuItem[] | required | Array containing menu metrics mapping directly onto items displayed inside the structural floating grid. |
| onSelect | (item: ContextMenuItem) => void | required | Execution handler fired instantly upon clicking a valid row item configuration block. |
| className | string | undefined | Injected class definitions applied straight to the tracking viewport base node container. |