Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DragStartPotentialNodeAction

Action fired when a new potential node starts being dragged

Hierarchy

  • Action
    • DragStartPotentialNodeAction

Index

Properties

Properties

payload: { position: Position; size: Size; typeId: string }

Type declaration

  • position: Position

    Current position of the potential node

  • size: Size

    Size for the node that will be created if this is dropped on the workspace.

  • typeId: string

    type ID of the new node that will be created if this is dropped on the workspace. Picked up from the potential node that was used to create this potential node.

Generated using TypeDoc