Graphora API
    Preparing search index...

    Interface NodeDragStateUpdate

    interface NodeDragStateUpdate {
        changed: boolean;
        previousState: NodeDragState;
        state: NodeDragState;
    }
    Index
    changed: boolean
    previousState: NodeDragState