mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(editor): Decouple Draggable from NDV store (#14531)
This commit is contained in:
committed by
GitHub
parent
e54f450a9d
commit
be627f08a4
@@ -157,6 +157,8 @@ export interface INodeUpdatePropertiesInformation {
|
||||
|
||||
export type XYPosition = [number, number];
|
||||
|
||||
export type DraggableMode = 'mapping' | 'panel-resize';
|
||||
|
||||
export interface INodeUi extends INode {
|
||||
position: XYPosition;
|
||||
color?: string;
|
||||
|
||||
Reference in New Issue
Block a user