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

Method processNodeSelected

src/LGraphCanvas.ts:3794–3800  ·  view source on GitHub ↗

@deprecated See LGraphCanvas.processSelect

(item: LGraphNode, e: CanvasPointerEvent)

Source from the content-addressed store, hash-verified

3792
3793 /** @deprecated See {@link LGraphCanvas.processSelect} */
3794 processNodeSelected(item: LGraphNode, e: CanvasPointerEvent): void {
3795 this.processSelect(
3796 item,
3797 e,
3798 e && (e.shiftKey || e.metaKey || e.ctrlKey || this.multi_select),
3799 )
3800 }
3801
3802 /** @deprecated See {@link LGraphCanvas.select} */
3803 selectNode(node: LGraphNode, add_to_current_selection?: boolean): void {

Callers

nothing calls this directly

Calls 1

processSelectMethod · 0.95

Tested by

no test coverage detected