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

    Request refactorings at a given position or selection area.

    interface GetApplicableRefactorsRequest {
        arguments: GetApplicableRefactorsRequestArgs;
        command: GetApplicableRefactors;
        seq: number;
        type: "request";
    }

    Hierarchy (View Summary)

    • Request
      • GetApplicableRefactorsRequest
    Index

    Properties

    Object containing arguments for the command

    The command to execute

    seq: number

    Sequence number of the message

    type: "request"

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