helia
    Preparing search index...

    Interface GraphSearchOptions

    interface GraphSearchOptions {
        strategy?: "depth-first" | "breadth-first";
    }
    Index

    Properties

    Properties

    strategy?: "depth-first" | "breadth-first"