mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
feat(core): Add action to INodePropertyOptions (#3610)
* 📘 Add `action` to `INodeProperties` * 📘 Add `action` to `INodePropertyOptions` * 🔥 Remove unneeded key
This commit is contained in:
@@ -922,6 +922,7 @@ export interface INodeProperties {
|
||||
export interface INodePropertyOptions {
|
||||
name: string;
|
||||
value: string | number | boolean;
|
||||
action?: string;
|
||||
description?: string;
|
||||
routing?: INodePropertyRouting;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user