mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(editor): Add item selector to expression output (#9281)
This commit is contained in:
@@ -1253,6 +1253,7 @@ export interface NDVState {
|
||||
focusedInputPath: string;
|
||||
mappingTelemetry: { [key: string]: string | number | boolean };
|
||||
hoveringItem: null | TargetItem;
|
||||
expressionOutputItemIndex: number;
|
||||
draggable: {
|
||||
isDragging: boolean;
|
||||
type: string;
|
||||
@@ -1261,6 +1262,7 @@ export interface NDVState {
|
||||
activeTarget: { id: string; stickyPosition: null | XYPosition } | null;
|
||||
};
|
||||
isMappingOnboarded: boolean;
|
||||
isTableHoverOnboarded: boolean;
|
||||
isAutocompleteOnboarded: boolean;
|
||||
highlightDraggables: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user