MCPcopy Create free account
hub / github.com/editablejs/editable / BaseContextMenuItem

Interface BaseContextMenuItem

packages/plugins/context-menu/src/store.ts:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { ContextMenuItem as UIContextMenuItem } from '@editablejs/ui'
6
7interface BaseContextMenuItem extends Omit<UIContextMenuItem, 'children'> {
8 key: string
9 title: React.ReactElement | string
10 children?: ContextMenuItem[]
11}
12
13export type ContextMenuItem =
14 | BaseContextMenuItem

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…