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

    Interface RefactorEditInfo

    A set of edits to make in response to a refactor action, plus an optional location where renaming should be invoked from

    interface RefactorEditInfo {
        commands?: InstallPackageAction[];
        edits: tsc.FileTextChanges[];
        notApplicableReason?: string;
        renameFilename?: string;
        renameLocation?: number;
    }
    Index

    Properties

    notApplicableReason?: string
    renameFilename?: string
    renameLocation?: number