Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DragNodeAction

Action fired to update the position for the node

Hierarchy

  • Action
    • DragNodeAction

Index

Properties

Properties

payload: { id: string; position: Position; size: Size; workspaceRectangle: Rectangle }

Type declaration

  • id: string

    ID of the node to update position for

  • position: Position

    Updated position for the node

  • size: Size
  • workspaceRectangle: Rectangle
type: NODE_DRAG

Generated using TypeDoc