MCPcopy Create free account
hub / github.com/Comfy-Org/litegraph.js / getGroupMenuOptions

Method getGroupMenuOptions

src/LGraphCanvas.ts:7603–7606  ·  view source on GitHub ↗

@deprecated

(group: LGraphGroup)

Source from the content-addressed store, hash-verified

7601
7602 /** @deprecated */
7603 getGroupMenuOptions(group: LGraphGroup) {
7604 console.warn("LGraphCanvas.getGroupMenuOptions is deprecated, use LGraphGroup.getMenuOptions instead")
7605 return group.getMenuOptions()
7606 }
7607
7608 processContextMenu(node: LGraphNode | undefined, event: CanvasPointerEvent): void {
7609 const canvas = LGraphCanvas.active_canvas

Callers

nothing calls this directly

Calls 1

getMenuOptionsMethod · 0.80

Tested by

no test coverage detected