🐛 Fix display bug with identically named parameters with

dependencies
This commit is contained in:
Jan Oberhauser
2019-07-13 19:50:41 +02:00
parent 784df3e393
commit 549a30c267
3 changed files with 504 additions and 12 deletions

View File

@@ -318,6 +318,10 @@ export interface INodePropertyCollection {
values: INodeProperties[];
}
export interface IParameterDependencies {
[key: string]: string[];
}
export interface ITriggerResponse {
closeFunction?: () => Promise<void>;
// To manually trigger the run