# SlashMenuItem

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/editor/src/plugins/slash-menu/index.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/plugins/slash-menu/index.tsx#L39)

A single entry in the slash menu / insert-block registry.

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `label` | `string` |
| `keywords` | `string[]` |
| `group` | `string` |
| `description` | `string` |
| `run` | `(helpers: SlashMenuHelpers) => void` |
