prorm API Reference
    Preparing search index...

    Interface NeighborOptions

    Options for neighbors().

    interface NeighborOptions {
        direction?: NeptuneDirection;
        edgeLabel?: string;
        limit?: number;
    }
    Index
    direction?: NeptuneDirection

    Defaults to 'out'.

    edgeLabel?: string

    Restrict to a single edge label.

    limit?: number