@servicenow/sdk - v4.4.1
    Preparing search index...
    interface RefactorEditInfo {
        edits: FileCodeEdits[];
        notApplicableReason?: string;
        renameFilename?: string;
        renameLocation?: tsc.server.protocol.Location;
    }
    Index

    Properties

    edits: FileCodeEdits[]
    notApplicableReason?: string
    renameFilename?: string
    renameLocation?: tsc.server.protocol.Location

    An optional location where the editor should start a rename operation once the refactoring edits have been applied