mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
feat(editor): Propagate targetNodeParameterContext throughout expression resolution logic (no-changelog) (#16476)
This commit is contained in:
@@ -1058,6 +1058,11 @@ export interface NDVState {
|
||||
highlightDraggables: boolean;
|
||||
}
|
||||
|
||||
export type TargetNodeParameterContext = {
|
||||
nodeName: string;
|
||||
parameterPath: string;
|
||||
};
|
||||
|
||||
export interface NotificationOptions extends Partial<ElementNotificationOptions> {
|
||||
message: string | ElementNotificationOptions['message'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user