Graphora API
    Preparing search index...

    Interface NodeDragStartInput

    interface NodeDragStartInput {
        nodeId: GraphId;
        nodePosition: Point;
        pointerId?: DragPointerId | null;
        screenPoint: ScreenPoint;
        viewport: ViewportState;
    }
    Index
    nodeId: GraphId
    nodePosition: Point
    pointerId?: DragPointerId | null
    screenPoint: ScreenPoint
    viewport: ViewportState