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

    Find references request; value of command field is "references". Return response giving the file locations that reference the symbol found in file at location line, col.

    interface ReferencesRequest {
        arguments: FileLocationRequestArgs;
        command: References;
        seq: number;
        type: "request";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Object containing arguments for the command

    command: References

    The command to execute

    seq: number

    Sequence number of the message

    type: "request"

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