Graphora API
    Preparing search index...

    Interface NodePositionUpdate

    interface NodePositionUpdate {
        id: GraphId;
        position: Point | null;
    }
    Index
    position: Point | null