refactor(editor): Decouple Draggable from NDV store (#14531)

This commit is contained in:
Milorad FIlipović
2025-04-11 11:17:44 +02:00
committed by GitHub
parent e54f450a9d
commit be627f08a4
6 changed files with 63 additions and 30 deletions

View File

@@ -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;