* selects several nodes (or adds them to the current selection) * @deprecated See LGraphCanvas.selectItems
(nodes?: LGraphNode[], add_to_current_selection?: boolean)
| 3836 | * @deprecated See {@link LGraphCanvas.selectItems} |
| 3837 | */ |
| 3838 | selectNodes(nodes?: LGraphNode[], add_to_current_selection?: boolean): void { |
| 3839 | this.selectItems(nodes, add_to_current_selection) |
| 3840 | } |
| 3841 | |
| 3842 | /** @deprecated See {@link LGraphCanvas.deselect} */ |
| 3843 | deselectNode(node: LGraphNode): void { |
no test coverage detected