Skip to content

Commit

Permalink
feat(core): Add action to INodePropertyOptions (#3610)
Browse files Browse the repository at this point in the history
* 📘 Add `action` to `INodeProperties`

* 📘 Add `action` to `INodePropertyOptions`

* 🔥 Remove unneeded key
  • Loading branch information
ivov authored Jul 4, 2022
1 parent 88486bc commit 3c65968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/workflow/src/Interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -922,6 +922,7 @@ export interface INodeProperties {
export interface INodePropertyOptions {
name: string;
value: string | number | boolean;
action?: string;
description?: string;
routing?: INodePropertyRouting;
}
Expand Down

0 comments on commit 3c65968

Please sign in to comment.