# SlashMenuProvider

**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#L56)

A dynamic item source for the slash menu (NOT shown in the toolbar dropdown).
`getItems` is re-queried as the user types after `/`.

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `getItems` | `(query: string) => SlashMenuItem[] | Promise<SlashMenuItem[]>` |
