Kind: Function
Source: atloria-monorepo/packages/editor/src/plugins/slash-menu/index.tsx
Case-insensitive filter over registry items: matches label, keywords, and group. Empty query matches everything. Exported for tests.
Signature
tsfunction filterSlashMenuItems(items: SlashMenuItem[], query: string): SlashMenuItem[]
Parameters
| Name | Type |
|---|---|
items | SlashMenuItem[] |
query | string |
Returns: SlashMenuItem[]
Was this page helpful?