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

    Interface RenameInfoSuccess

    interface RenameInfoSuccess {
        canRename: true;
        displayName: string;
        fileToRename?: string;
        fullDisplayName: string;
        kind: ScriptElementKind;
        kindModifiers: string;
        triggerSpan: tsc.TextSpan;
    }
    Index

    Properties

    canRename: true
    displayName: string
    fileToRename?: string

    File or directory to rename. If set, getEditsForFileRename should be called instead of findRenameLocations.

    fullDisplayName: string

    Full display name of item to be renamed. If item to be renamed is a file, then this is the original text of the module specifer

    kindModifiers: string
    triggerSpan: tsc.TextSpan