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

    Argument for RenameRequest request.

    interface RenameRequestArgs {
        file: string;
        findInComments?: boolean;
        findInStrings?: boolean;
        line: number;
        offset: number;
        projectFileName?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    file: string

    The file for the request (absolute pathname required).

    findInComments?: boolean

    Should text at specified location be found/changed in comments?

    findInStrings?: boolean

    Should text at specified location be found/changed in strings?

    line: number

    The line number for the request (1-based).

    offset: number

    The character offset (on the line) for the request (1-based).

    projectFileName?: string