MCPcopy
hub / github.com/vladmandic/sdnext / ContextMenuItem

Interface ContextMenuItem

ui/contextMenus.ts:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { quickApplyStyle, quickSaveStyle } from './extraNetworks';
5
6interface ContextMenuItem {
7 id: string;
8 name: string;
9 func: () => void;
10 primary: boolean;
11}
12
13const contextMenuInit = () => {
14 let eventListenerApplied = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected