galaxy-nodes
    Preparing search index...

    Interface LargeGraphExpandRequest

    interface LargeGraphExpandRequest {
        activeGroup: string | null;
        camera?: GalaxyCameraView;
        direction?: SpaceDirection;
        directionVector?: Vec3;
        loadedEdgeIds: string[];
        loadedNodeIds: string[];
        nodeId?: string;
        type: "direction" | "node";
    }
    Index

    Properties

    activeGroup: string | null
    direction?: SpaceDirection
    directionVector?: Vec3
    loadedEdgeIds: string[]
    loadedNodeIds: string[]
    nodeId?: string
    type: "direction" | "node"