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