@servicenow/sdk - v4.4.1
    Preparing search index...

    Arguments for navto request message.

    interface NavtoRequestArgs {
        currentFileOnly?: boolean;
        file?: string;
        maxResultCount?: number;
        projectFileName?: string;
        searchValue: string;
    }
    Index

    Properties

    currentFileOnly?: boolean

    Optional flag to indicate we want results for just the current file or the entire project.

    file?: string

    The file for the request (absolute pathname required).

    maxResultCount?: number

    Optional limit on the number of items to return.

    projectFileName?: string
    searchValue: string

    Search term to navigate to from current location; term can be '.*' or an identifier prefix.