Adding ability to hide node param from UI

This commit is contained in:
automaton82
2023-11-10 15:31:13 -05:00
parent a311e024e1
commit 1f0cc60fcc
2 changed files with 6 additions and 3 deletions
+1
View File
@@ -72,6 +72,7 @@ export interface INodeParams {
fileType?: string
additionalParams?: boolean
loadMethod?: string
hidden?: boolean
}
export interface INodeExecutionData {