Kind: Interface
Source: atloria-monorepo/packages/editor/src/plugins/slash-menu/index.tsx
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[] |
Was this page helpful?