g3-toolkit API Reference
    Preparing search index...

    Interface ExpandResult

    interface ExpandResult {
        discoveredIds: string[];
        exceedsLimit: boolean;
        limit?: number;
        totalCount: number;
    }
    Index

    Properties

    discoveredIds: string[]

    Node IDs discovered at all depths up to N.

    exceedsLimit: boolean

    Whether the expansion would exceed the working-set limit.

    limit?: number

    The limit that would be exceeded (if applicable).

    totalCount: number

    Total count including existing visible nodes.