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

    Navto request message; value of command field is "navto". Return list of objects giving file locations and symbols that match the search term given in argument 'searchTerm'. The context for the search is given by the named file.

    interface NavtoRequest {
        arguments: NavtoRequestArgs;
        command: Navto;
        seq: number;
        type: "request";
    }

    Hierarchy (View Summary)

    Index

    Properties

    arguments: NavtoRequestArgs

    Object containing arguments for the command

    command: Navto

    The command to execute

    seq: number

    Sequence number of the message

    type: "request"

    One of "request", "response", or "event"