Graphora API
    Preparing search index...

    Interface NodeDragUpdateInput

    interface NodeDragUpdateInput {
        pointerId?: DragPointerId | null;
        screenPoint: ScreenPoint;
        viewport: ViewportState;
    }
    Index
    pointerId?: DragPointerId | null
    screenPoint: ScreenPoint
    viewport: ViewportState