[Cleanup] Documentation (#963)

Adds / cleans JSDoc.
This commit is contained in:
filtered
2025-04-24 22:47:20 +10:00
committed by GitHub
parent d70260615b
commit 79ce3199d4
3 changed files with 10 additions and 6 deletions

View File

@@ -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 {