mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-21 07:14:11 +00:00
@@ -174,8 +174,9 @@ export interface LGraphNode {
|
||||
// #endregion Types
|
||||
|
||||
/**
|
||||
* Base Class for all the node type classes
|
||||
* @param {string} name a name for the node
|
||||
* Base class for all nodes
|
||||
* @param title a name for the node
|
||||
* @param type a type for the node
|
||||
*/
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-declaration-merging
|
||||
export class LGraphNode implements Positionable, IPinnable, IColorable {
|
||||
|
||||
Reference in New Issue
Block a user