g3-toolkit API Reference
    Preparing search index...

    Interface PathOptions

    interface PathOptions {
        edgeTypes?: string[];
        maxHops?: number;
    }
    Index

    Properties

    Properties

    edgeTypes?: string[]

    Edge types to traverse (default: all).

    maxHops?: number

    Maximum hops to search (default: unlimited).