Merge pull request #1513 from 0xi4o/feature/sticky-notes-node

FEATURE: Sticky Note node
This commit is contained in:
Ilango
2024-01-17 07:37:24 +05:30
committed by GitHub
11 changed files with 260 additions and 63 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ export interface INodeProperties {
type: string
icon: string
version: number
category: string
category: string // TODO: use enum instead of string
baseClasses: string[]
description?: string
filePath?: string