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

    Rename request; value of command field is "rename". Return response giving the file locations that reference the symbol found in file at location line, col. Also return full display name of the symbol so that client can print it unambiguously.

    interface RenameRequest {
        arguments: RenameRequestArgs;
        command: Rename;
        seq: number;
        type: "request";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Object containing arguments for the command

    command: Rename

    The command to execute

    seq: number

    Sequence number of the message

    type: "request"

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